Html Css Color HEX #708EE7 Cornflower Blue

📋 copy color: '#708EE7'

red 112 ◦ green 142 ◦ blue 231

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

Shades of Cornflower Blue #708EE7

Tints of Cornflower Blue #708EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 47.63%

R = 23.09%
G = 29.28%
B = 47.63%

CMYK

 C value IS 0.52

 M value IS 0.39

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#708EE7 (or 0x708EE7) is known color: Cornflower Blue. HEX triplet: 70, 8E and E7. RGB value is (112,142,231). Sum of RGB (Red+Green+Blue) = 112+142+231=485 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.09% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 231 (90.62% from 255 or 47.63% from 485); Max value from RGB is 231 - color contains mainly: blue. Hex color #708EE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708EE7 is #8F7118. Grayscale: #8E8E8E. Windows color (decimal): -9400601 or 15175280. OLE color: 15175280.

HSL color Cylindrical-coordinate representation of color #708EE7: hue angle of 224.87º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #708EE7 is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 112 142 231 -
CMYK 0.52 0.39 0 0.09
HSL 224.87º 0.71% 0.67% -
HSV(B) 224.87º 0.52% 0.91% -
XYZ 30.78 28.56 79.49 -
YUV 143.18 177.56 105.76 -
System Red Green Blue C M Y K H S L
Decimal 112 142 231 0.52 0.39 0 0.09 224.87 0.71 0.67
Hex 70 8E E7 34 27 0 9 E1 47 43
Octal 160 216 347 64 47 0 11 341 107 103
Binary 1110000 10001110 11100111 110100 100111 0 1001 11100001 1000111 1000011

Color Harmonies of #708EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708EE7

Black with #708EE7

Text Example


Text Example

White with #708EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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