Html Css Color HEX #458EFD Cornflower Blue

📋 copy color: '#458EFD'

red 69 ◦ green 142 ◦ blue 253

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

Shades of Cornflower Blue #458EFD

Tints of Cornflower Blue #458EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.53%

R = 14.87%
G = 30.6%
B = 54.53%

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

#458EFD (or 0x458EFD) is known color: Cornflower Blue. HEX triplet: 45, 8E and FD. RGB value is (69,142,253). Sum of RGB (Red+Green+Blue) = 69+142+253=464 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.87% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 253 (99.22% from 255 or 54.53% from 464); Max value from RGB is 253 - color contains mainly: blue. Hex color #458EFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458EFD is #BA7102. Grayscale: #848484. Windows color (decimal): -12218627 or 16617029. OLE color: 16617029.

HSL color Cylindrical-coordinate representation of color #458EFD: hue angle of 216.2º degrees, saturation: 0.98, 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 #458EFD is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 69 142 253 -
CMYK 0.73 0.44 0 0.01
HSL 216.2º 0.98% 0.63% -
HSV(B) 216.2º 0.73% 0.99% -
XYZ 29.86 27.7 96.7 -
YUV 132.83 195.82 82.47 -
System Red Green Blue C M Y K H S L
Decimal 69 142 253 0.73 0.44 0 0.01 216.2 0.98 0.63
Hex 45 8E FD 49 2C 0 1 D8 62 3F
Octal 105 216 375 111 54 0 1 330 142 77
Binary 1000101 10001110 11111101 1001001 101100 0 1 11011000 1100010 111111

Color Harmonies of #458EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458EFD

Black with #458EFD

Text Example


Text Example

White with #458EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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