#428ABF

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

Shades of Curious Blue #428ABF

Tints of Curious Blue #428ABF

Color information

#428ABF (or 0x428ABF) is unknown color: approx Curious Blue. HEX triplet: 42, 8A and BF. RGB value is (66,138,191). Sum of RGB (Red+Green+Blue) = 66+138+191=395 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.71% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 191 (75% from 255 or 48.35% from 395); Max value from RGB is 191 - color contains mainly: blue. Hex color #428ABF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428ABF is #BD7540. Grayscale: #7A7A7A. Windows color (decimal): -12416321 or 12552770. OLE color: 12552770.

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

Color convert

RGB66138191-
CMYK0.650.2800.25
HSL205.44º49.41%50.39%-
HSV(B)205.44º65.45%74.9%-
XYZ20.7423.152.66-
YUV122.51166.6587.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.71%
GREEN value IS 138 (54.30% from 255) = 34.94%
BLUE value IS 191 (75% from 255) = 48.35%
R=16.71%
G=34.94%
B=48.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal661381910.650.2800.25205.4449.4150.39
Hex428ABF411C019cd3132
Octal102212277101340313156162
Binary1000010100010101011111110000011110001100111001101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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