Html Css Color HEX #458EFE Cornflower Blue

📋 copy color: '#458EFE'

red 69 ◦ green 142 ◦ blue 254

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

Shades of Cornflower Blue #458EFE

Tints of Cornflower Blue #458EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.62%

R = 14.84%
G = 30.54%
B = 54.62%

CMYK

 C value IS 0.73

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#458EFE (or 0x458EFE) is known color: Cornflower Blue. HEX triplet: 45, 8E and FE. RGB value is (69,142,254). Sum of RGB (Red+Green+Blue) = 69+142+254=465 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.84% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #458EFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458EFE is #BA7101. Grayscale: #848484. Windows color (decimal): -12218626 or 16682565. OLE color: 16682565.

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

Color convert

RGB 69 142 254 -
CMYK 0.73 0.44 0 0.00
HSL 216.32º 0.99% 0.63% -
HSV(B) 216.32º 0.73% 1% -
XYZ 30.02 27.77 97.54 -
YUV 132.94 196.32 82.39 -
System Red Green Blue C M Y K H S L
Decimal 69 142 254 0.73 0.44 0 0.00 216.32 0.99 0.63
Hex 45 8E FE 49 2C 0 0 D8 63 3F
Octal 105 216 376 111 54 0 0 330 143 77
Binary 1000101 10001110 11111110 1001001 101100 0 0 11011000 1100011 111111

Color Harmonies of #458EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458EFE

Black with #458EFE

Text Example


Text Example

White with #458EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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