Html Css Color HEX #708FEB Cornflower Blue

📋 copy color: '#708FEB'

red 112 ◦ green 143 ◦ blue 235

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

Shades of Cornflower Blue #708FEB

Tints of Cornflower Blue #708FEB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.18%

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

R = 22.86%
G = 29.18%
B = 47.96%

CMYK

 C value IS 0.52

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#708FEB (or 0x708FEB) is known color: Cornflower Blue. HEX triplet: 70, 8F and EB. RGB value is (112,143,235). Sum of RGB (Red+Green+Blue) = 112+143+235=490 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.86% from 490); Green value is 143 (56.25% from 255 or 29.18% from 490); Blue value is 235 (92.19% from 255 or 47.96% from 490); Max value from RGB is 235 - color contains mainly: blue. Hex color #708FEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708FEB is #8F7014. Grayscale: #8F8F8F. Windows color (decimal): -9400341 or 15437680. OLE color: 15437680.

HSL color Cylindrical-coordinate representation of color #708FEB: hue angle of 224.88º 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 #708FEB is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 143 235 -
CMYK 0.52 0.39 0 0.08
HSL 224.88º 0.75% 0.68% -
HSV(B) 224.88º 0.52% 0.92% -
XYZ 31.5 29.09 82.55 -
YUV 144.22 179.23 105.02 -
System Red Green Blue C M Y K H S L
Decimal 112 143 235 0.52 0.39 0 0.08 224.88 0.75 0.68
Hex 70 8F EB 34 27 0 8 E1 4B 44
Octal 160 217 353 64 47 0 10 341 113 104
Binary 1110000 10001111 11101011 110100 100111 0 1000 11100001 1001011 1000100

Color Harmonies of #708FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708FEB

Black with #708FEB

Text Example


Text Example

White with #708FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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