Html Css Color HEX #708CE9 Cornflower Blue

📋 copy color: '#708CE9'

red 112 ◦ green 140 ◦ blue 233

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

Shades of Cornflower Blue #708CE9

Tints of Cornflower Blue #708CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 48.04%

R = 23.09%
G = 28.87%
B = 48.04%

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

#708CE9 (or 0x708CE9) is known color: Cornflower Blue. HEX triplet: 70, 8C and E9. RGB value is (112,140,233). Sum of RGB (Red+Green+Blue) = 112+140+233=485 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.09% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 233 (91.41% from 255 or 48.04% from 485); Max value from RGB is 233 - color contains mainly: blue. Hex color #708CE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708CE9 is #8F7316. Grayscale: #8D8D8D. Windows color (decimal): -9401111 or 15305840. OLE color: 15305840.

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

Color convert

RGB 112 140 233 -
CMYK 0.52 0.40 0 0.09
HSL 226.12º 0.73% 0.68% -
HSV(B) 226.12º 0.52% 0.91% -
XYZ 30.77 28.08 80.89 -
YUV 142.23 179.22 106.44 -
System Red Green Blue C M Y K H S L
Decimal 112 140 233 0.52 0.40 0 0.09 226.12 0.73 0.68
Hex 70 8C E9 34 28 0 9 E2 49 44
Octal 160 214 351 64 50 0 11 342 111 104
Binary 1110000 10001100 11101001 110100 101000 0 1001 11100010 1001001 1000100

Color Harmonies of #708CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708CE9

Black with #708CE9

Text Example


Text Example

White with #708CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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