Html Css Color HEX #458FEF Cornflower Blue

📋 copy color: '#458FEF'

red 69 ◦ green 143 ◦ blue 239

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

Shades of Cornflower Blue #458FEF

Tints of Cornflower Blue #458FEF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.71%

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

R = 15.3%
G = 31.71%
B = 52.99%

CMYK

 C value IS 0.71

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#458FEF (or 0x458FEF) is known color: Cornflower Blue. HEX triplet: 45, 8F and EF. RGB value is (69,143,239). Sum of RGB (Red+Green+Blue) = 69+143+239=451 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.30% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 239 (93.75% from 255 or 52.99% from 451); Max value from RGB is 239 - color contains mainly: blue. Hex color #458FEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458FEF is #BA7010. Grayscale: #838383. Windows color (decimal): -12218385 or 15699781. OLE color: 15699781.

HSL color Cylindrical-coordinate representation of color #458FEF: hue angle of 213.88º 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 #458FEF is Cyan = 0.71, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 69 143 239 -
CMYK 0.71 0.40 0 0.06
HSL 213.88º 0.84% 0.6% -
HSV(B) 213.88º 0.71% 0.94% -
XYZ 27.86 27.14 85.43 -
YUV 131.82 188.48 83.19 -
System Red Green Blue C M Y K H S L
Decimal 69 143 239 0.71 0.40 0 0.06 213.88 0.84 0.6
Hex 45 8F EF 47 28 0 6 D6 54 3C
Octal 105 217 357 107 50 0 6 326 124 74
Binary 1000101 10001111 11101111 1000111 101000 0 110 11010110 1010100 111100

Color Harmonies of #458FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458FEF

Black with #458FEF

Text Example


Text Example

White with #458FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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