Html Css Color HEX #708ADB Cornflower Blue

📋 copy color: '#708ADB'

red 112 ◦ green 138 ◦ blue 219

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

Shades of Cornflower Blue #708ADB

Tints of Cornflower Blue #708ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.7%

R = 23.88%
G = 29.42%
B = 46.7%

CMYK

 C value IS 0.49

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#708ADB (or 0x708ADB) is known color: Cornflower Blue. HEX triplet: 70, 8A and DB. RGB value is (112,138,219). Sum of RGB (Red+Green+Blue) = 112+138+219=469 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.88% from 469); Green value is 138 (54.30% from 255 or 29.42% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #708ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708ADB is #8F7524. Grayscale: #8B8B8B. Windows color (decimal): -9401637 or 14387824. OLE color: 14387824.

HSL color Cylindrical-coordinate representation of color #708ADB: hue angle of 225.42º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #708ADB is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 138 219 -
CMYK 0.49 0.37 0 0.14
HSL 225.42º 0.6% 0.65% -
HSV(B) 225.42º 0.49% 0.86% -
XYZ 28.56 26.74 70.67 -
YUV 139.46 172.89 108.41 -
System Red Green Blue C M Y K H S L
Decimal 112 138 219 0.49 0.37 0 0.14 225.42 0.6 0.65
Hex 70 8A DB 31 25 0 E E1 3C 41
Octal 160 212 333 61 45 0 16 341 74 101
Binary 1110000 10001010 11011011 110001 100101 0 1110 11100001 111100 1000001

Color Harmonies of #708ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708ADB

Black with #708ADB

Text Example


Text Example

White with #708ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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