#428DBF

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

Shades of Curious Blue #428DBF

Tints of Curious Blue #428DBF

Color information

#428DBF (or 0x428DBF) is unknown color: approx Curious Blue. HEX triplet: 42, 8D and BF. RGB value is (66,141,191). Sum of RGB (Red+Green+Blue) = 66+141+191=398 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.58% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #428DBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428DBF is #BD7240. Grayscale: #7C7C7C. Windows color (decimal): -12415553 or 12553538. OLE color: 12553538.

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

Color convert

RGB66141191-
CMYK0.650.2600.25
HSL204º49.41%50.39%-
HSV(B)204º65.45%74.9%-
XYZ21.1823.9752.8-
YUV124.28165.6586.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.58%
GREEN value IS 141 (55.47% from 255) = 35.43%
BLUE value IS 191 (75% from 255) = 47.99%
R=16.58%
G=35.43%
B=47.99%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal661411910.650.2600.2520449.4150.39
Hex428DBF411A019cc3132
Octal102215277101320313146162
Binary1000010100011011011111110000011101001100111001100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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