Html Css Color HEX #458DF4 Cornflower Blue

📋 copy color: '#458DF4'

red 69 ◦ green 141 ◦ blue 244

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

Shades of Cornflower Blue #458DF4

Tints of Cornflower Blue #458DF4

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.06%

 BLUE value IS 244 (95.7% from 255) = 53.74%

R = 15.2%
G = 31.06%
B = 53.74%

CMYK

 C value IS 0.72

 M value IS 0.42

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#458DF4 (or 0x458DF4) is known color: Cornflower Blue. HEX triplet: 45, 8D and F4. RGB value is (69,141,244). Sum of RGB (Red+Green+Blue) = 69+141+244=454 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15.20% from 454); Green value is 141 (55.47% from 255 or 31.06% from 454); Blue value is 244 (95.70% from 255 or 53.74% from 454); Max value from RGB is 244 - color contains mainly: blue. Hex color #458DF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458DF4 is #BA720B. Grayscale: #828282. Windows color (decimal): -12218892 or 16026949. OLE color: 16026949.

HSL color Cylindrical-coordinate representation of color #458DF4: hue angle of 215.31º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #458DF4 is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 69 141 244 -
CMYK 0.72 0.42 0 0.04
HSL 215.31º 0.89% 0.61% -
HSV(B) 215.31º 0.72% 0.96% -
XYZ 28.31 26.85 89.28 -
YUV 131.21 191.65 83.62 -
System Red Green Blue C M Y K H S L
Decimal 69 141 244 0.72 0.42 0 0.04 215.31 0.89 0.61
Hex 45 8D F4 48 2A 0 4 D7 59 3D
Octal 105 215 364 110 52 0 4 327 131 75
Binary 1000101 10001101 11110100 1001000 101010 0 100 11010111 1011001 111101

Color Harmonies of #458DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458DF4

Black with #458DF4

Text Example


Text Example

White with #458DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,141,244); }

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

background-color css

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

 a { background-color: rgb(69,141,244); }

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

border-color css

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

 span { border-color: rgb(69,141,244); }

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