#428DC0

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

Shades of Curious Blue #428DC0

Tints of Curious Blue #428DC0

Color information

#428DC0 (or 0x428DC0) is unknown color: approx Curious Blue. HEX triplet: 42, 8D and C0. RGB value is (66,141,192). Sum of RGB (Red+Green+Blue) = 66+141+192=399 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.54% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 192 (75.39% from 255 or 48.12% from 399); Max value from RGB is 192 - color contains mainly: blue. Hex color #428DC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428DC0 is #BD723F. Grayscale: #7C7C7C. Windows color (decimal): -12415552 or 12619074. OLE color: 12619074.

HSL color Cylindrical-coordinate representation of color #428DC0: hue angle of 204.29º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #428DC0 is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB66141192-
CMYK0.660.2700.25
HSL204.29º50%50.59%-
HSV(B)204.29º65.62%75.29%-
XYZ21.2924.0153.38-
YUV124.39166.1586.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.54%
GREEN value IS 141 (55.47% from 255) = 35.34%
BLUE value IS 192 (75.39% from 255) = 48.12%
R=16.54%
G=35.34%
B=48.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal661411920.660.2700.25204.295050.59
Hex428DC0421B019cc3233
Octal102215300102330313146263
Binary1000010100011011100000010000101101101100111001100110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,141,192); }

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

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

 a { background-color: rgb(66,141,192); }

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

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

 span { border-color: rgb(66,141,192); }

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