Html Css Color HEX #458CF9 Cornflower Blue

📋 copy color: '#458CF9'

red 69 ◦ green 140 ◦ blue 249

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

Shades of Cornflower Blue #458CF9

Tints of Cornflower Blue #458CF9

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.57%

 BLUE value IS 249 (97.66% from 255) = 54.37%

R = 15.07%
G = 30.57%
B = 54.37%

CMYK

 C value IS 0.72

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#458CF9 (or 0x458CF9) is known color: Cornflower Blue. HEX triplet: 45, 8C and F9. RGB value is (69,140,249). Sum of RGB (Red+Green+Blue) = 69+140+249=458 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15.07% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 249 (97.66% from 255 or 54.37% from 458); Max value from RGB is 249 - color contains mainly: blue. Hex color #458CF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458CF9 is #BA7306. Grayscale: #828282. Windows color (decimal): -12219143 or 16354373. OLE color: 16354373.

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

Color convert

RGB 69 140 249 -
CMYK 0.72 0.44 0 0.02
HSL 216.33º 0.94% 0.62% -
HSV(B) 216.33º 0.72% 0.98% -
XYZ 28.93 26.86 93.28 -
YUV 131.2 194.48 83.64 -
System Red Green Blue C M Y K H S L
Decimal 69 140 249 0.72 0.44 0 0.02 216.33 0.94 0.62
Hex 45 8C F9 48 2C 0 2 D8 5E 3E
Octal 105 214 371 110 54 0 2 330 136 76
Binary 1000101 10001100 11111001 1001000 101100 0 10 11011000 1011110 111110

Color Harmonies of #458CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458CF9

Black with #458CF9

Text Example


Text Example

White with #458CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,140,249); }

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

background-color css

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

 a { background-color: rgb(69,140,249); }

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

border-color css

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

 span { border-color: rgb(69,140,249); }

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