Html Css Color HEX #708CE8 Cornflower Blue

📋 copy color: '#708CE8'

red 112 ◦ green 140 ◦ blue 232

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

Shades of Cornflower Blue #708CE8

Tints of Cornflower Blue #708CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 47.93%

R = 23.14%
G = 28.93%
B = 47.93%

CMYK

 C value IS 0.52

 M value IS 0.40

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#708CE8 (or 0x708CE8) is known color: Cornflower Blue. HEX triplet: 70, 8C and E8. RGB value is (112,140,232). Sum of RGB (Red+Green+Blue) = 112+140+232=484 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.14% from 484); Green value is 140 (55.08% from 255 or 28.93% from 484); Blue value is 232 (91.02% from 255 or 47.93% from 484); Max value from RGB is 232 - color contains mainly: blue. Hex color #708CE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708CE8 is #8F7317. Grayscale: #8D8D8D. Windows color (decimal): -9401112 or 15240304. OLE color: 15240304.

HSL color Cylindrical-coordinate representation of color #708CE8: hue angle of 226º degrees, saturation: 0.72, 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 #708CE8 is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 112 140 232 -
CMYK 0.52 0.40 0 0.09
HSL 226º 0.72% 0.67% -
HSV(B) 226º 0.52% 0.91% -
XYZ 30.63 28.03 80.14 -
YUV 142.12 178.72 106.52 -
System Red Green Blue C M Y K H S L
Decimal 112 140 232 0.52 0.40 0 0.09 226 0.72 0.67
Hex 70 8C E8 34 28 0 9 E2 48 43
Octal 160 214 350 64 50 0 11 342 110 103
Binary 1110000 10001100 11101000 110100 101000 0 1001 11100010 1001000 1000011

Color Harmonies of #708CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708CE8

Black with #708CE8

Text Example


Text Example

White with #708CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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