#428BB8

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

Shades of Curious Blue #428BB8

Tints of Curious Blue #428BB8

Color information

#428BB8 (or 0x428BB8) is unknown color: approx Curious Blue. HEX triplet: 42, 8B and B8. RGB value is (66,139,184). Sum of RGB (Red+Green+Blue) = 66+139+184=389 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.97% from 389); Green value is 139 (54.69% from 255 or 35.73% from 389); Blue value is 184 (72.27% from 255 or 47.30% from 389); Max value from RGB is 184 - color contains mainly: blue. Hex color #428BB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428BB8 is #BD7447. Grayscale: #7A7A7A. Windows color (decimal): -12416072 or 12094274. OLE color: 12094274.

HSL color Cylindrical-coordinate representation of color #428BB8: hue angle of 202.88º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #428BB8 is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB66139184-
CMYK0.640.2400.28
HSL202.88º47.2%49.02%-
HSV(B)202.88º64.13%72.16%-
XYZ20.1323.0848.74-
YUV122.3162.8287.84-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.97%
GREEN value IS 139 (54.69% from 255) = 35.73%
BLUE value IS 184 (72.27% from 255) = 47.30%
R=16.97%
G=35.73%
B=47.30%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal661391840.640.2400.28202.8847.249.02
Hex428BB8401801Ccb2f31
Octal102213270100300343135761
Binary1000010100010111011100010000001100001110011001011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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