Html Css Color HEX #458AF5 Cornflower Blue

📋 copy color: '#458AF5'

red 69 ◦ green 138 ◦ blue 245

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

Shades of Cornflower Blue #458AF5

Tints of Cornflower Blue #458AF5

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.53%

 BLUE value IS 245 (96.09% from 255) = 54.2%

R = 15.27%
G = 30.53%
B = 54.2%

CMYK

 C value IS 0.72

 M value IS 0.44

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#458AF5 (or 0x458AF5) is known color: Cornflower Blue. HEX triplet: 45, 8A and F5. RGB value is (69,138,245). Sum of RGB (Red+Green+Blue) = 69+138+245=452 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.27% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 245 (96.09% from 255 or 54.20% from 452); Max value from RGB is 245 - color contains mainly: blue. Hex color #458AF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458AF5 is #BA750A. Grayscale: #818181. Windows color (decimal): -12219659 or 16091717. OLE color: 16091717.

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

Color convert

RGB 69 138 245 -
CMYK 0.72 0.44 0 0.04
HSL 216.48º 0.9% 0.62% -
HSV(B) 216.48º 0.72% 0.96% -
XYZ 28.02 26.03 89.93 -
YUV 129.57 193.14 84.8 -
System Red Green Blue C M Y K H S L
Decimal 69 138 245 0.72 0.44 0 0.04 216.48 0.9 0.62
Hex 45 8A F5 48 2C 0 4 D8 5A 3E
Octal 105 212 365 110 54 0 4 330 132 76
Binary 1000101 10001010 11110101 1001000 101100 0 100 11011000 1011010 111110

Color Harmonies of #458AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458AF5

Black with #458AF5

Text Example


Text Example

White with #458AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,138,245); }

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

background-color css

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

 a { background-color: rgb(69,138,245); }

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

border-color css

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

 span { border-color: rgb(69,138,245); }

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