#428DBC

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

Shades of Curious Blue #428DBC

Tints of Curious Blue #428DBC

Color information

#428DBC (or 0x428DBC) is unknown color: approx Curious Blue. HEX triplet: 42, 8D and BC. RGB value is (66,141,188). Sum of RGB (Red+Green+Blue) = 66+141+188=395 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.71% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #428DBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428DBC is #BD7243. Grayscale: #7B7B7B. Windows color (decimal): -12415556 or 12356930. OLE color: 12356930.

HSL color Cylindrical-coordinate representation of color #428DBC: hue angle of 203.11º 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 #428DBC is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB66141188-
CMYK0.650.2500.26
HSL203.11º48.03%49.8%-
HSV(B)203.11º64.89%73.73%-
XYZ20.8523.8451.08-
YUV123.93164.1586.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.71%
GREEN value IS 141 (55.47% from 255) = 35.70%
BLUE value IS 188 (73.83% from 255) = 47.59%
R=16.71%
G=35.70%
B=47.59%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal661411880.650.2500.26203.1148.0349.8
Hex428DBC411901Acb3032
Octal102215274101310323136062
Binary1000010100011011011110010000011100101101011001011110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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