#458ABB

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

Shades of Curious Blue #458ABB

Tints of Curious Blue #458ABB

Color information

#458ABB (or 0x458ABB) is unknown color: approx Curious Blue. HEX triplet: 45, 8A and BB. RGB value is (69,138,187). Sum of RGB (Red+Green+Blue) = 69+138+187=394 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.51% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #458ABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458ABB is #BA7544. Grayscale: #7A7A7A. Windows color (decimal): -12219717 or 12290629. OLE color: 12290629.

HSL color Cylindrical-coordinate representation of color #458ABB: hue angle of 204.92º 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 #458ABB is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB69138187-
CMYK0.630.2600.27
HSL204.92º46.46%50.2%-
HSV(B)204.92º63.1%73.33%-
XYZ20.5123.0350.38-
YUV122.96164.1489.52-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.51%
GREEN value IS 138 (54.30% from 255) = 35.03%
BLUE value IS 187 (73.44% from 255) = 47.46%
R=17.51%
G=35.03%
B=47.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal691381870.630.2600.27204.9246.4650.2
Hex458ABB3F1A01Bcd2e32
Octal10521227377320333155662
Binary100010110001010101110111111111101001101111001101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,138,187); }

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

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

 a { background-color: rgb(69,138,187); }

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

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

 span { border-color: rgb(69,138,187); }

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