#428cbe

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

Shades of Curious Blue #428CBE

Tints of Curious Blue #428CBE

Color information

#428CBE (or 0x428CBE) is unknown color: approx Curious Blue. HEX triplet: 42, 8C and BE. RGB value is (66,140,190). Sum of RGB (Red+Green+Blue) = 66+140+190=396 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.67% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 190 - color contains mainly: blue. Hex color #428CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428CBE is #BD7341. Grayscale: #7B7B7B. Windows color (decimal): -12415810 or 12487746. OLE color: 12487746.

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

Color convert

RGB66140190-
CMYK0.650.2600.25
HSL204.19º48.82%50.2%-
HSV(B)204.19º65.26%74.51%-
XYZ20.9223.6352.17-
YUV123.57165.4886.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.67%
GREEN value IS 140 (55.08% from 255) = 35.35%
BLUE value IS 190 (74.61% from 255) = 47.98%
R=16.67%
G=35.35%
B=47.98%

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
Decimal661401900.650.2600.25204.1948.8250.2
Hex428CBE411A019cc3132
Octal102214276101320313146162
Binary1000010100011001011111010000011101001100111001100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428cbe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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