#428CBA

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

Shades of Curious Blue #428CBA

Tints of Curious Blue #428CBA

Color information

#428CBA (or 0x428CBA) is unknown color: approx Curious Blue. HEX triplet: 42, 8C and BA. RGB value is (66,140,186). Sum of RGB (Red+Green+Blue) = 66+140+186=392 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.84% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #428CBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428CBA is #BD7345. Grayscale: #7A7A7A. Windows color (decimal): -12415814 or 12225602. OLE color: 12225602.

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

Color convert

RGB66140186-
CMYK0.650.2500.27
HSL203º47.62%49.41%-
HSV(B)203º64.52%72.94%-
XYZ20.4923.4649.9-
YUV123.12163.4887.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.84%
GREEN value IS 140 (55.08% from 255) = 35.71%
BLUE value IS 186 (73.05% from 255) = 47.45%
R=16.84%
G=35.71%
B=47.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal661401860.650.2500.2720347.6249.41
Hex428CBA411901Bcb3031
Octal102214272101310333136061
Binary1000010100011001011101010000011100101101111001011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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