#458ACC

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

Shades of Curious Blue #458ACC

Tints of Curious Blue #458ACC

Color information

#458ACC (or 0x458ACC) is unknown color: approx Curious Blue. HEX triplet: 45, 8A and CC. RGB value is (69,138,204). Sum of RGB (Red+Green+Blue) = 69+138+204=411 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.79% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #458ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458ACC is #BA7533. Grayscale: #7C7C7C. Windows color (decimal): -12219700 or 13404741. OLE color: 13404741.

HSL color Cylindrical-coordinate representation of color #458ACC: hue angle of 209.33º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #458ACC is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB69138204-
CMYK0.660.3200.2
HSL209.33º56.96%53.53%-
HSV(B)209.33º66.18%80%-
XYZ22.4423.860.54-
YUV124.89172.6488.13-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.79%
GREEN value IS 138 (54.30% from 255) = 33.58%
BLUE value IS 204 (80.08% from 255) = 49.64%
R=16.79%
G=33.58%
B=49.64%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal691382040.660.3200.2209.3356.9653.53
Hex458ACC4220014d13936
Octal105212314102400243217166
Binary10001011000101011001100100001010000001010011010001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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