Html Css Color HEX #708EE1 Cornflower Blue

📋 copy color: '#708EE1'

red 112 ◦ green 142 ◦ blue 225

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

Shades of Cornflower Blue #708EE1

Tints of Cornflower Blue #708EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 46.97%

R = 23.38%
G = 29.65%
B = 46.97%

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

#708EE1 (or 0x708EE1) is known color: Cornflower Blue. HEX triplet: 70, 8E and E1. RGB value is (112,142,225). Sum of RGB (Red+Green+Blue) = 112+142+225=479 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.38% from 479); Green value is 142 (55.86% from 255 or 29.65% from 479); Blue value is 225 (88.28% from 255 or 46.97% from 479); Max value from RGB is 225 - color contains mainly: blue. Hex color #708EE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708EE1 is #8F711E. Grayscale: #8E8E8E. Windows color (decimal): -9400607 or 14782064. OLE color: 14782064.

HSL color Cylindrical-coordinate representation of color #708EE1: hue angle of 224.07º degrees, saturation: 0.65, 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 #708EE1 is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 112 142 225 -
CMYK 0.50 0.37 0 0.12
HSL 224.07º 0.65% 0.66% -
HSV(B) 224.07º 0.5% 0.88% -
XYZ 29.95 28.23 75.1 -
YUV 142.49 174.56 106.25 -
System Red Green Blue C M Y K H S L
Decimal 112 142 225 0.50 0.37 0 0.12 224.07 0.65 0.66
Hex 70 8E E1 32 25 0 C E0 41 42
Octal 160 216 341 62 45 0 14 340 101 102
Binary 1110000 10001110 11100001 110010 100101 0 1100 11100000 1000001 1000010

Color Harmonies of #708EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708EE1

Black with #708EE1

Text Example


Text Example

White with #708EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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