#428CBF

Color #428CBF Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #428CBF

Tints of Curious Blue #428CBF

Color information

#428CBF (or 0x428CBF) is unknown color: approx Curious Blue. HEX triplet: 42, 8C and BF. RGB value is (66,140,191). Sum of RGB (Red+Green+Blue) = 66+140+191=397 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.62% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #428CBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428CBF is #BD7340. Grayscale: #7B7B7B. Windows color (decimal): -12415809 or 12553282. OLE color: 12553282.

HSL color Cylindrical-coordinate representation of color #428CBF: hue angle of 204.48º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #428CBF is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB66140191-
CMYK0.650.2700.25
HSL204.48º49.41%50.39%-
HSV(B)204.48º65.45%74.9%-
XYZ21.0323.6852.75-
YUV123.69165.9886.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 16.62%
GREEN value IS 140 (55.08% from 255) = 35.26%
BLUE value IS 191 (75% from 255) = 48.11%
R=16.62%
G=35.26%
B=48.11%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal661401910.650.2700.25204.4849.4150.39
Hex428CBF411B019cc3132
Octal102214277101330313146162
Binary1000010100011001011111110000011101101100111001100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428CBF; }

 p { color: rgb(66,140,191); }

 H1.HeaderClassName
 {
   color: #428CBF;
 }
 .AnyTagClassName
 {
   color: #428CBF;
 }
</style>
background-color css

<style>
 a { background-color: #428CBF; }

 a { background-color: rgb(66,140,191); }

 div.DivClassName
 {
   background-color: #428CBF;
 }
 .BgClassName
 {
   background-color: #428CBF;
 }
</style>
border-color css

<style>
 span { border-color: #428CBF; }

 span { border-color: rgb(66,140,191); }

 td.TdClassName
 {
   border-color: #428CBF;
 }
 .TagClassName
 {
   border-color: #428CBF;
 }
</style>