Html Css Color HEX #708EEF Cornflower Blue

📋 copy color: '#708EEF'

red 112 ◦ green 142 ◦ blue 239

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

Shades of Cornflower Blue #708EEF

Tints of Cornflower Blue #708EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.48%

R = 22.72%
G = 28.8%
B = 48.48%

CMYK

 C value IS 0.53

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#708EEF (or 0x708EEF) is known color: Cornflower Blue. HEX triplet: 70, 8E and EF. RGB value is (112,142,239). Sum of RGB (Red+Green+Blue) = 112+142+239=493 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.72% from 493); Green value is 142 (55.86% from 255 or 28.80% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 239 - color contains mainly: blue. Hex color #708EEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708EEF is #8F7110. Grayscale: #8F8F8F. Windows color (decimal): -9400593 or 15699568. OLE color: 15699568.

HSL color Cylindrical-coordinate representation of color #708EEF: hue angle of 225.83º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #708EEF is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 142 239 -
CMYK 0.53 0.41 0 0.06
HSL 225.83º 0.8% 0.69% -
HSV(B) 225.83º 0.53% 0.94% -
XYZ 31.94 29.02 85.58 -
YUV 144.09 181.56 105.11 -
System Red Green Blue C M Y K H S L
Decimal 112 142 239 0.53 0.41 0 0.06 225.83 0.8 0.69
Hex 70 8E EF 35 29 0 6 E2 50 45
Octal 160 216 357 65 51 0 6 342 120 105
Binary 1110000 10001110 11101111 110101 101001 0 110 11100010 1010000 1000101

Color Harmonies of #708EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708EEF

Black with #708EEF

Text Example


Text Example

White with #708EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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