Html Css Color HEX #708CED Cornflower Blue

📋 copy color: '#708CED'

red 112 ◦ green 140 ◦ blue 237

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

Shades of Cornflower Blue #708CED

Tints of Cornflower Blue #708CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.47%

R = 22.9%
G = 28.63%
B = 48.47%

CMYK

 C value IS 0.53

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#708CED (or 0x708CED) is known color: Cornflower Blue. HEX triplet: 70, 8C and ED. RGB value is (112,140,237). Sum of RGB (Red+Green+Blue) = 112+140+237=489 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.90% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #708CED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708CED is #8F7312. Grayscale: #8E8E8E. Windows color (decimal): -9401107 or 15567984. OLE color: 15567984.

HSL color Cylindrical-coordinate representation of color #708CED: hue angle of 226.56º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #708CED is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 140 237 -
CMYK 0.53 0.41 0 0.07
HSL 226.56º 0.78% 0.68% -
HSV(B) 226.56º 0.53% 0.93% -
XYZ 31.35 28.32 83.93 -
YUV 142.69 181.22 106.11 -
System Red Green Blue C M Y K H S L
Decimal 112 140 237 0.53 0.41 0 0.07 226.56 0.78 0.68
Hex 70 8C ED 35 29 0 7 E3 4E 44
Octal 160 214 355 65 51 0 7 343 116 104
Binary 1110000 10001100 11101101 110101 101001 0 111 11100011 1001110 1000100

Color Harmonies of #708CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708CED

Black with #708CED

Text Example


Text Example

White with #708CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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