Html Css Color HEX #458DEC Cornflower Blue

📋 copy color: '#458DEC'

red 69 ◦ green 141 ◦ blue 236

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

Shades of Cornflower Blue #458DEC

Tints of Cornflower Blue #458DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 52.91%

R = 15.47%
G = 31.61%
B = 52.91%

CMYK

 C value IS 0.71

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#458DEC (or 0x458DEC) is known color: Cornflower Blue. HEX triplet: 45, 8D and EC. RGB value is (69,141,236). Sum of RGB (Red+Green+Blue) = 69+141+236=446 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.47% from 446); Green value is 141 (55.47% from 255 or 31.61% from 446); Blue value is 236 (92.58% from 255 or 52.91% from 446); Max value from RGB is 236 - color contains mainly: blue. Hex color #458DEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458DEC is #BA7213. Grayscale: #818181. Windows color (decimal): -12218900 or 15502661. OLE color: 15502661.

HSL color Cylindrical-coordinate representation of color #458DEC: hue angle of 214.13º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #458DEC is Cyan = 0.71, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 69 141 236 -
CMYK 0.71 0.40 0 0.07
HSL 214.13º 0.81% 0.6% -
HSV(B) 214.13º 0.71% 0.93% -
XYZ 27.12 26.37 83.02 -
YUV 130.3 187.65 84.28 -
System Red Green Blue C M Y K H S L
Decimal 69 141 236 0.71 0.40 0 0.07 214.13 0.81 0.6
Hex 45 8D EC 47 28 0 7 D6 51 3C
Octal 105 215 354 107 50 0 7 326 121 74
Binary 1000101 10001101 11101100 1000111 101000 0 111 11010110 1010001 111100

Color Harmonies of #458DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458DEC

Black with #458DEC

Text Example


Text Example

White with #458DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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