#428AB4

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

Shades of Curious Blue #428AB4

Tints of Curious Blue #428AB4

Color information

#428AB4 (or 0x428AB4) is unknown color: approx Curious Blue. HEX triplet: 42, 8A and B4. RGB value is (66,138,180). Sum of RGB (Red+Green+Blue) = 66+138+180=384 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.19% from 384); Green value is 138 (54.30% from 255 or 35.94% from 384); Blue value is 180 (70.70% from 255 or 46.88% from 384); Max value from RGB is 180 - color contains mainly: blue. Hex color #428AB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428AB4 is #BD754B. Grayscale: #797979. Windows color (decimal): -12416332 or 11831874. OLE color: 11831874.

HSL color Cylindrical-coordinate representation of color #428AB4: hue angle of 202.11º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #428AB4 is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB66138180-
CMYK0.630.2300.29
HSL202.11º46.34%48.24%-
HSV(B)202.11º63.33%70.59%-
XYZ19.5722.6346.52-
YUV121.26161.1588.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.19%
GREEN value IS 138 (54.30% from 255) = 35.94%
BLUE value IS 180 (70.70% from 255) = 46.88%
R=17.19%
G=35.94%
B=46.88%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal661381800.630.2300.29202.1146.3448.24
Hex428AB43F1701Dca2e30
Octal10221226477270353125660
Binary100001010001010101101001111111011101110111001010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,138,180); }

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

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

 a { background-color: rgb(66,138,180); }

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

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

 span { border-color: rgb(66,138,180); }

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