Html Css Color HEX #458EE6 Cornflower Blue

📋 copy color: '#458EE6'

red 69 ◦ green 142 ◦ blue 230

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

Shades of Cornflower Blue #458EE6

Tints of Cornflower Blue #458EE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 52.15%

R = 15.65%
G = 32.2%
B = 52.15%

CMYK

 C value IS 0.7

 M value IS 0.38

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#458EE6 (or 0x458EE6) is known color: Cornflower Blue. HEX triplet: 45, 8E and E6. RGB value is (69,142,230). Sum of RGB (Red+Green+Blue) = 69+142+230=441 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.65% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 230 (90.23% from 255 or 52.15% from 441); Max value from RGB is 230 - color contains mainly: blue. Hex color #458EE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458EE6 is #BA7119. Grayscale: #818181. Windows color (decimal): -12218650 or 15109701. OLE color: 15109701.

HSL color Cylindrical-coordinate representation of color #458EE6: hue angle of 212.8º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #458EE6 is Cyan = 0.7, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 69 142 230 -
CMYK 0.7 0.38 0 0.10
HSL 212.8º 0.76% 0.59% -
HSV(B) 212.8º 0.7% 0.9% -
XYZ 26.41 26.32 78.55 -
YUV 130.21 184.32 84.34 -
System Red Green Blue C M Y K H S L
Decimal 69 142 230 0.7 0.38 0 0.10 212.8 0.76 0.59
Hex 45 8E E6 46 26 0 A D5 4C 3B
Octal 105 216 346 106 46 0 12 325 114 73
Binary 1000101 10001110 11100110 1000110 100110 0 1010 11010101 1001100 111011

Color Harmonies of #458EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458EE6

Black with #458EE6

Text Example


Text Example

White with #458EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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