Html Css Color HEX #458BF7 Cornflower Blue

📋 copy color: '#458BF7'

red 69 ◦ green 139 ◦ blue 247

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

Shades of Cornflower Blue #458BF7

Tints of Cornflower Blue #458BF7

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.55%

 BLUE value IS 247 (96.88% from 255) = 54.29%

R = 15.16%
G = 30.55%
B = 54.29%

CMYK

 C value IS 0.72

 M value IS 0.44

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#458BF7 (or 0x458BF7) is known color: Cornflower Blue. HEX triplet: 45, 8B and F7. RGB value is (69,139,247). Sum of RGB (Red+Green+Blue) = 69+139+247=455 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15.16% from 455); Green value is 139 (54.69% from 255 or 30.55% from 455); Blue value is 247 (96.88% from 255 or 54.29% from 455); Max value from RGB is 247 - color contains mainly: blue. Hex color #458BF7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458BF7 is #BA7408. Grayscale: #818181. Windows color (decimal): -12219401 or 16223045. OLE color: 16223045.

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

Color convert

RGB 69 139 247 -
CMYK 0.72 0.44 0 0.03
HSL 216.4º 0.92% 0.62% -
HSV(B) 216.4º 0.72% 0.97% -
XYZ 28.48 26.45 91.6 -
YUV 130.38 193.81 84.22 -
System Red Green Blue C M Y K H S L
Decimal 69 139 247 0.72 0.44 0 0.03 216.4 0.92 0.62
Hex 45 8B F7 48 2C 0 3 D8 5C 3E
Octal 105 213 367 110 54 0 3 330 134 76
Binary 1000101 10001011 11110111 1001000 101100 0 11 11011000 1011100 111110

Color Harmonies of #458BF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458BF7

Black with #458BF7

Text Example


Text Example

White with #458BF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,139,247); }

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

background-color css

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

 a { background-color: rgb(69,139,247); }

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

border-color css

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

 span { border-color: rgb(69,139,247); }

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