Html Css Color HEX #458EEF Cornflower Blue

📋 copy color: '#458EEF'

red 69 ◦ green 142 ◦ blue 239

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

Shades of Cornflower Blue #458EEF

Tints of Cornflower Blue #458EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.11%

R = 15.33%
G = 31.56%
B = 53.11%

CMYK

 C value IS 0.71

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#458EEF (or 0x458EEF) is known color: Cornflower Blue. HEX triplet: 45, 8E and EF. RGB value is (69,142,239). Sum of RGB (Red+Green+Blue) = 69+142+239=450 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.33% from 450); Green value is 142 (55.86% from 255 or 31.56% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #458EEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458EEF is #BA7110. Grayscale: #828282. Windows color (decimal): -12218641 or 15699525. OLE color: 15699525.

HSL color Cylindrical-coordinate representation of color #458EEF: hue angle of 214.24º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #458EEF is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 69 142 239 -
CMYK 0.71 0.41 0 0.06
HSL 214.24º 0.84% 0.6% -
HSV(B) 214.24º 0.71% 0.94% -
XYZ 27.71 26.84 85.38 -
YUV 131.23 188.82 83.61 -
System Red Green Blue C M Y K H S L
Decimal 69 142 239 0.71 0.41 0 0.06 214.24 0.84 0.6
Hex 45 8E EF 47 29 0 6 D6 54 3C
Octal 105 216 357 107 51 0 6 326 124 74
Binary 1000101 10001110 11101111 1000111 101001 0 110 11010110 1010100 111100

Color Harmonies of #458EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458EEF

Black with #458EEF

Text Example


Text Example

White with #458EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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