Html Css Color HEX #708CEB Cornflower Blue

📋 copy color: '#708CEB'

red 112 ◦ green 140 ◦ blue 235

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

Shades of Cornflower Blue #708CEB

Tints of Cornflower Blue #708CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.25%

R = 23%
G = 28.75%
B = 48.25%

CMYK

 C value IS 0.52

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#708CEB (or 0x708CEB) is known color: Cornflower Blue. HEX triplet: 70, 8C and EB. RGB value is (112,140,235). Sum of RGB (Red+Green+Blue) = 112+140+235=487 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.00% from 487); Green value is 140 (55.08% from 255 or 28.75% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 235 - color contains mainly: blue. Hex color #708CEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708CEB is #8F7314. Grayscale: #8E8E8E. Windows color (decimal): -9401109 or 15436912. OLE color: 15436912.

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

Color convert

RGB 112 140 235 -
CMYK 0.52 0.40 0 0.08
HSL 226.34º 0.75% 0.68% -
HSV(B) 226.34º 0.52% 0.92% -
XYZ 31.06 28.2 82.4 -
YUV 142.46 180.22 106.28 -
System Red Green Blue C M Y K H S L
Decimal 112 140 235 0.52 0.40 0 0.08 226.34 0.75 0.68
Hex 70 8C EB 34 28 0 8 E2 4B 44
Octal 160 214 353 64 50 0 10 342 113 104
Binary 1110000 10001100 11101011 110100 101000 0 1000 11100010 1001011 1000100

Color Harmonies of #708CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708CEB

Black with #708CEB

Text Example


Text Example

White with #708CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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