#428ACB

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

Shades of Curious Blue #428ACB

Tints of Curious Blue #428ACB

Color information

#428ACB (or 0x428ACB) is unknown color: approx Curious Blue. HEX triplet: 42, 8A and CB. RGB value is (66,138,203). Sum of RGB (Red+Green+Blue) = 66+138+203=407 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.22% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #428ACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428ACB is #BD7534. Grayscale: #7B7B7B. Windows color (decimal): -12416309 or 13339202. OLE color: 13339202.

HSL color Cylindrical-coordinate representation of color #428ACB: hue angle of 208.47º 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 #428ACB is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB66138203-
CMYK0.670.3200.20
HSL208.47º56.85%52.75%-
HSV(B)208.47º67.49%79.61%-
XYZ22.1123.6559.9-
YUV123.88172.6586.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.22%
GREEN value IS 138 (54.30% from 255) = 33.91%
BLUE value IS 203 (79.69% from 255) = 49.88%
R=16.22%
G=33.91%
B=49.88%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal661382030.670.3200.20208.4756.8552.75
Hex428ACB4320014d03935
Octal102212313103400243207165
Binary10000101000101011001011100001110000001010011010000111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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