#458EBD

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

Shades of Curious Blue #458EBD

Tints of Curious Blue #458EBD

Color information

#458EBD (or 0x458EBD) is unknown color: approx Curious Blue. HEX triplet: 45, 8E and BD. RGB value is (69,142,189). Sum of RGB (Red+Green+Blue) = 69+142+189=400 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.25% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #458EBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458EBD is #BA7142. Grayscale: #7D7D7D. Windows color (decimal): -12218691 or 12422725. OLE color: 12422725.

HSL color Cylindrical-coordinate representation of color #458EBD: hue angle of 203.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #458EBD is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB69142189-
CMYK0.630.2500.26
HSL203.5º47.62%50.59%-
HSV(B)203.5º63.49%74.12%-
XYZ21.3124.2951.71-
YUV125.53163.8287.68-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.25%
GREEN value IS 142 (55.86% from 255) = 35.5%
BLUE value IS 189 (74.22% from 255) = 47.25%
R=17.25%
G=35.5%
B=47.25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal691421890.630.2500.26203.547.6250.59
Hex458EBD3F1901Acc3033
Octal10521627577310323146063
Binary100010110001110101111011111111100101101011001100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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