Html Css Color HEX #458EFC Cornflower Blue

📋 copy color: '#458EFC'

red 69 ◦ green 142 ◦ blue 252

#458EFC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #458EFC

Tints of Cornflower Blue #458EFC

RGB

 RED value IS 69 (27.34% from 255) = 14.9%

 GREEN value IS 142 (55.86% from 255) = 30.67%

 BLUE value IS 252 (98.83% from 255) = 54.43%

R = 14.9%
G = 30.67%
B = 54.43%

CMYK

 C value IS 0.73

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#458EFC (or 0x458EFC) is known color: Cornflower Blue. HEX triplet: 45, 8E and FC. RGB value is (69,142,252). Sum of RGB (Red+Green+Blue) = 69+142+252=463 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.90% from 463); Green value is 142 (55.86% from 255 or 30.67% from 463); Blue value is 252 (98.83% from 255 or 54.43% from 463); Max value from RGB is 252 - color contains mainly: blue. Hex color #458EFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458EFC is #BA7103. Grayscale: #848484. Windows color (decimal): -12218628 or 16551493. OLE color: 16551493.

HSL color Cylindrical-coordinate representation of color #458EFC: hue angle of 216.07º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #458EFC is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 69 142 252 -
CMYK 0.73 0.44 0 0.01
HSL 216.07º 0.97% 0.63% -
HSV(B) 216.07º 0.73% 0.99% -
XYZ 29.7 27.64 95.87 -
YUV 132.71 195.32 82.56 -
System Red Green Blue C M Y K H S L
Decimal 69 142 252 0.73 0.44 0 0.01 216.07 0.97 0.63
Hex 45 8E FC 49 2C 0 1 D8 61 3F
Octal 105 216 374 111 54 0 1 330 141 77
Binary 1000101 10001110 11111100 1001001 101100 0 1 11011000 1100001 111111

Color Harmonies of #458EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458EFC

Black with #458EFC

Text Example


Text Example

White with #458EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #458EFC;
 }
 .AnyTagClassName
 {
   color: #458EFC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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