#428ECB

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

Shades of Curious Blue #428ECB

Tints of Curious Blue #428ECB

Color information

#428ECB (or 0x428ECB) is unknown color: approx Curious Blue. HEX triplet: 42, 8E and CB. RGB value is (66,142,203). Sum of RGB (Red+Green+Blue) = 66+142+203=411 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.06% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #428ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428ECB is #BD7134. Grayscale: #7D7D7D. Windows color (decimal): -12415285 or 13340226. OLE color: 13340226.

HSL color Cylindrical-coordinate representation of color #428ECB: hue angle of 206.72º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #428ECB is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB66142203-
CMYK0.670.3000.20
HSL206.72º56.85%52.75%-
HSV(B)206.72º67.49%79.61%-
XYZ22.724.8260.09-
YUV126.23171.3285.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.06%
GREEN value IS 142 (55.86% from 255) = 34.55%
BLUE value IS 203 (79.69% from 255) = 49.39%
R=16.06%
G=34.55%
B=49.39%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal661422030.670.3000.20206.7256.8552.75
Hex428ECB431E014cf3935
Octal102216313103360243177165
Binary1000010100011101100101110000111111001010011001111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,142,203); }

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

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

 a { background-color: rgb(66,142,203); }

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

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

 span { border-color: rgb(66,142,203); }

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