#458BCC

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

Shades of Curious Blue #458BCC

Tints of Curious Blue #458BCC

Color information

#458BCC (or 0x458BCC) is unknown color: approx Curious Blue. HEX triplet: 45, 8B and CC. RGB value is (69,139,204). Sum of RGB (Red+Green+Blue) = 69+139+204=412 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.75% from 412); Green value is 139 (54.69% from 255 or 33.74% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #458BCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458BCC is #BA7433. Grayscale: #7D7D7D. Windows color (decimal): -12219444 or 13404997. OLE color: 13404997.

HSL color Cylindrical-coordinate representation of color #458BCC: hue angle of 208.89º 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 #458BCC is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB69139204-
CMYK0.660.3200.2
HSL208.89º56.96%53.53%-
HSV(B)208.89º66.18%80%-
XYZ22.5924.0960.59-
YUV125.48172.3187.71-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.75%
GREEN value IS 139 (54.69% from 255) = 33.74%
BLUE value IS 204 (80.08% from 255) = 49.51%
R=16.75%
G=33.74%
B=49.51%

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
Decimal691392040.660.3200.2208.8956.9653.53
Hex458BCC4220014d13936
Octal105213314102400243217166
Binary10001011000101111001100100001010000001010011010001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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