Html Css Color HEX #708ADE Cornflower Blue

📋 copy color: '#708ADE'

red 112 ◦ green 138 ◦ blue 222

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

Shades of Cornflower Blue #708ADE

Tints of Cornflower Blue #708ADE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.24%

 BLUE value IS 222 (87.11% from 255) = 47.03%

R = 23.73%
G = 29.24%
B = 47.03%

CMYK

 C value IS 0.50

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#708ADE (or 0x708ADE) is known color: Cornflower Blue. HEX triplet: 70, 8A and DE. RGB value is (112,138,222). Sum of RGB (Red+Green+Blue) = 112+138+222=472 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.73% from 472); Green value is 138 (54.30% from 255 or 29.24% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 222 - color contains mainly: blue. Hex color #708ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708ADE is #8F7521. Grayscale: #8B8B8B. Windows color (decimal): -9401634 or 14584432. OLE color: 14584432.

HSL color Cylindrical-coordinate representation of color #708ADE: hue angle of 225.82º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #708ADE is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 138 222 -
CMYK 0.50 0.38 0 0.13
HSL 225.82º 0.63% 0.65% -
HSV(B) 225.82º 0.5% 0.87% -
XYZ 28.96 26.9 72.77 -
YUV 139.8 174.39 108.17 -
System Red Green Blue C M Y K H S L
Decimal 112 138 222 0.50 0.38 0 0.13 225.82 0.63 0.65
Hex 70 8A DE 32 26 0 D E2 3E 41
Octal 160 212 336 62 46 0 15 342 76 101
Binary 1110000 10001010 11011110 110010 100110 0 1101 11100010 111110 1000001

Color Harmonies of #708ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708ADE

Black with #708ADE

Text Example


Text Example

White with #708ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,138,222); }

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

background-color css

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

 a { background-color: rgb(112,138,222); }

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

border-color css

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

 span { border-color: rgb(112,138,222); }

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