#458EB9

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

Shades of Curious Blue #458EB9

Tints of Curious Blue #458EB9

Color information

#458EB9 (or 0x458EB9) is unknown color: approx Curious Blue. HEX triplet: 45, 8E and B9. RGB value is (69,142,185). Sum of RGB (Red+Green+Blue) = 69+142+185=396 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.42% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 185 (72.66% from 255 or 46.72% from 396); Max value from RGB is 185 - color contains mainly: blue. Hex color #458EB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458EB9 is #BA7146. Grayscale: #7C7C7C. Windows color (decimal): -12218695 or 12160581. OLE color: 12160581.

HSL color Cylindrical-coordinate representation of color #458EB9: hue angle of 202.24º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #458EB9 is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB69142185-
CMYK0.630.2300.27
HSL202.24º45.67%49.8%-
HSV(B)202.24º62.7%72.55%-
XYZ20.8824.1149.45-
YUV125.08161.8288-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.42%
GREEN value IS 142 (55.86% from 255) = 35.86%
BLUE value IS 185 (72.66% from 255) = 46.72%
R=17.42%
G=35.86%
B=46.72%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal691421850.630.2300.27202.2445.6749.8
Hex458EB93F1701Bca2e32
Octal10521627177270333125662
Binary100010110001110101110011111111011101101111001010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458EB9; }

 p { color: rgb(69,142,185); }

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

<style>
 a { background-color: #458EB9; }

 a { background-color: rgb(69,142,185); }

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

<style>
 span { border-color: #458EB9; }

 span { border-color: rgb(69,142,185); }

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