Html Css Color HEX #708CE1 Cornflower Blue

📋 copy color: '#708CE1'

red 112 ◦ green 140 ◦ blue 225

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

Shades of Cornflower Blue #708CE1

Tints of Cornflower Blue #708CE1

RGB

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

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

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

R = 23.48%
G = 29.35%
B = 47.17%

CMYK

 C value IS 0.50

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#708CE1 (or 0x708CE1) is known color: Cornflower Blue. HEX triplet: 70, 8C and E1. RGB value is (112,140,225). Sum of RGB (Red+Green+Blue) = 112+140+225=477 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.48% from 477); Green value is 140 (55.08% from 255 or 29.35% from 477); Blue value is 225 (88.28% from 255 or 47.17% from 477); Max value from RGB is 225 - color contains mainly: blue. Hex color #708CE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708CE1 is #8F731E. Grayscale: #8C8C8C. Windows color (decimal): -9401119 or 14781552. OLE color: 14781552.

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

Color convert

RGB 112 140 225 -
CMYK 0.50 0.38 0 0.12
HSL 225.13º 0.65% 0.66% -
HSV(B) 225.13º 0.5% 0.88% -
XYZ 29.65 27.64 75.01 -
YUV 141.32 175.22 107.09 -
System Red Green Blue C M Y K H S L
Decimal 112 140 225 0.50 0.38 0 0.12 225.13 0.65 0.66
Hex 70 8C E1 32 26 0 C E1 41 42
Octal 160 214 341 62 46 0 14 341 101 102
Binary 1110000 10001100 11100001 110010 100110 0 1100 11100001 1000001 1000010

Color Harmonies of #708CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708CE1

Black with #708CE1

Text Example


Text Example

White with #708CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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