Html Css Color HEX #708EE0 Cornflower Blue

📋 copy color: '#708EE0'

red 112 ◦ green 142 ◦ blue 224

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

Shades of Cornflower Blue #708EE0

Tints of Cornflower Blue #708EE0

RGB

 RED value IS 112 (44.14% from 255) = 23.43%

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

 BLUE value IS 224 (87.89% from 255) = 46.86%

R = 23.43%
G = 29.71%
B = 46.86%

CMYK

 C value IS 0.50

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#708EE0 (or 0x708EE0) is known color: Cornflower Blue. HEX triplet: 70, 8E and E0. RGB value is (112,142,224). Sum of RGB (Red+Green+Blue) = 112+142+224=478 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.43% from 478); Green value is 142 (55.86% from 255 or 29.71% from 478); Blue value is 224 (87.89% from 255 or 46.86% from 478); Max value from RGB is 224 - color contains mainly: blue. Hex color #708EE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708EE0 is #8F711F. Grayscale: #8E8E8E. Windows color (decimal): -9400608 or 14716528. OLE color: 14716528.

HSL color Cylindrical-coordinate representation of color #708EE0: hue angle of 223.93º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #708EE0 is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 112 142 224 -
CMYK 0.50 0.37 0 0.12
HSL 223.93º 0.64% 0.66% -
HSV(B) 223.93º 0.5% 0.88% -
XYZ 29.81 28.17 74.39 -
YUV 142.38 174.06 106.33 -
System Red Green Blue C M Y K H S L
Decimal 112 142 224 0.50 0.37 0 0.12 223.93 0.64 0.66
Hex 70 8E E0 32 25 0 C E0 40 42
Octal 160 216 340 62 45 0 14 340 100 102
Binary 1110000 10001110 11100000 110010 100101 0 1100 11100000 1000000 1000010

Color Harmonies of #708EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708EE0

Black with #708EE0

Text Example


Text Example

White with #708EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708EE0; }

 p { color: rgb(112,142,224); }

 H1.HeaderClassName
 {
   color: #708EE0;
 }
 .AnyTagClassName
 {
   color: #708EE0;
 }
</style>

background-color css

<style>
 a { background-color: #708EE0; }

 a { background-color: rgb(112,142,224); }

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

border-color css

<style>
 span { border-color: #708EE0; }

 span { border-color: rgb(112,142,224); }

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