#428BBD

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

Shades of Curious Blue #428BBD

Tints of Curious Blue #428BBD

Color information

#428BBD (or 0x428BBD) is unknown color: approx Curious Blue. HEX triplet: 42, 8B and BD. RGB value is (66,139,189). Sum of RGB (Red+Green+Blue) = 66+139+189=394 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.75% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 189 - color contains mainly: blue. Hex color #428BBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428BBD is #BD7442. Grayscale: #7A7A7A. Windows color (decimal): -12416067 or 12421954. OLE color: 12421954.

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

Color convert

RGB66139189-
CMYK0.650.2600.26
HSL204.39º48.24%50%-
HSV(B)204.39º65.08%74.12%-
XYZ20.6623.351.55-
YUV122.87165.3287.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.75%
GREEN value IS 139 (54.69% from 255) = 35.28%
BLUE value IS 189 (74.22% from 255) = 47.97%
R=16.75%
G=35.28%
B=47.97%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal661391890.650.2600.26204.3948.2450
Hex428BBD411A01Acc3032
Octal102213275101320323146062
Binary1000010100010111011110110000011101001101011001100110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,139,189); }

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

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

 a { background-color: rgb(66,139,189); }

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

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

 span { border-color: rgb(66,139,189); }

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