#428CD4

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

Shades of Curious Blue #428CD4

Tints of Curious Blue #428CD4

Color information

#428CD4 (or 0x428CD4) is unknown color: approx Curious Blue. HEX triplet: 42, 8C and D4. RGB value is (66,140,212). Sum of RGB (Red+Green+Blue) = 66+140+212=418 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.79% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 212 (83.20% from 255 or 50.72% from 418); Max value from RGB is 212 - color contains mainly: blue. Hex color #428CD4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428CD4 is #BD732B. Grayscale: #7D7D7D. Windows color (decimal): -12415788 or 13929538. OLE color: 13929538.

HSL color Cylindrical-coordinate representation of color #428CD4: hue angle of 209.59º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #428CD4 is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB66140212-
CMYK0.690.3400.17
HSL209.59º62.93%54.51%-
HSV(B)209.59º68.87%83.14%-
XYZ23.5124.6765.81-
YUV126.08176.4885.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.79%
GREEN value IS 140 (55.08% from 255) = 33.49%
BLUE value IS 212 (83.20% from 255) = 50.72%
R=15.79%
G=33.49%
B=50.72%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal661402120.690.3400.17209.5962.9354.51
Hex428CD44522011d23f37
Octal102214324105420213227767
Binary10000101000110011010100100010110001001000111010010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,140,212); }

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

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

 a { background-color: rgb(66,140,212); }

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

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

 span { border-color: rgb(66,140,212); }

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