#428bbf

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

Shades of Curious Blue #428BBF

Tints of Curious Blue #428BBF

Color information

#428BBF (or 0x428BBF) is unknown color: approx Curious Blue. HEX triplet: 42, 8B and BF. RGB value is (66,139,191). Sum of RGB (Red+Green+Blue) = 66+139+191=396 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.67% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 191 - color contains mainly: blue. Hex color #428BBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428BBF is #BD7440. Grayscale: #7A7A7A. Windows color (decimal): -12416065 or 12553026. OLE color: 12553026.

HSL color Cylindrical-coordinate representation of color #428BBF: hue angle of 204.96º 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 #428BBF is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB66139191-
CMYK0.650.2700.25
HSL204.96º49.41%50.39%-
HSV(B)204.96º65.45%74.9%-
XYZ20.8823.3952.7-
YUV123.1166.3287.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.67%
GREEN value IS 139 (54.69% from 255) = 35.10%
BLUE value IS 191 (75% from 255) = 48.23%
R=16.67%
G=35.10%
B=48.23%

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
Decimal661391910.650.2700.25204.9649.4150.39
Hex428BBF411B019cd3132
Octal102213277101330313156162
Binary1000010100010111011111110000011101101100111001101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428bbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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