Html Css Color HEX #458CEC Cornflower Blue

📋 copy color: '#458CEC'

red 69 ◦ green 140 ◦ blue 236

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

Shades of Cornflower Blue #458CEC

Tints of Cornflower Blue #458CEC

RGB

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

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

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

R = 15.51%
G = 31.46%
B = 53.03%

CMYK

 C value IS 0.71

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#458CEC (or 0x458CEC) is known color: Cornflower Blue. HEX triplet: 45, 8C and EC. RGB value is (69,140,236). Sum of RGB (Red+Green+Blue) = 69+140+236=445 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.51% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #458CEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458CEC is #BA7313. Grayscale: #818181. Windows color (decimal): -12219156 or 15502405. OLE color: 15502405.

HSL color Cylindrical-coordinate representation of color #458CEC: hue angle of 214.49º 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 #458CEC is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 69 140 236 -
CMYK 0.71 0.41 0 0.07
HSL 214.49º 0.81% 0.6% -
HSV(B) 214.49º 0.71% 0.93% -
XYZ 26.97 26.08 82.97 -
YUV 129.72 187.98 84.69 -
System Red Green Blue C M Y K H S L
Decimal 69 140 236 0.71 0.41 0 0.07 214.49 0.81 0.6
Hex 45 8C EC 47 29 0 7 D6 51 3C
Octal 105 214 354 107 51 0 7 326 121 74
Binary 1000101 10001100 11101100 1000111 101001 0 111 11010110 1010001 111100

Color Harmonies of #458CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458CEC

Black with #458CEC

Text Example


Text Example

White with #458CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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