Html Css Color HEX #708ADD Cornflower Blue

📋 copy color: '#708ADD'

red 112 ◦ green 138 ◦ blue 221

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

Shades of Cornflower Blue #708ADD

Tints of Cornflower Blue #708ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.92%

R = 23.78%
G = 29.3%
B = 46.92%

CMYK

 C value IS 0.49

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#708ADD (or 0x708ADD) is known color: Cornflower Blue. HEX triplet: 70, 8A and DD. RGB value is (112,138,221). Sum of RGB (Red+Green+Blue) = 112+138+221=471 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.78% from 471); Green value is 138 (54.30% from 255 or 29.30% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #708ADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708ADD is #8F7522. Grayscale: #8B8B8B. Windows color (decimal): -9401635 or 14518896. OLE color: 14518896.

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

Color convert

RGB 112 138 221 -
CMYK 0.49 0.38 0 0.13
HSL 225.69º 0.62% 0.65% -
HSV(B) 225.69º 0.49% 0.87% -
XYZ 28.82 26.84 72.07 -
YUV 139.69 173.89 108.25 -
System Red Green Blue C M Y K H S L
Decimal 112 138 221 0.49 0.38 0 0.13 225.69 0.62 0.65
Hex 70 8A DD 31 26 0 D E2 3E 41
Octal 160 212 335 61 46 0 15 342 76 101
Binary 1110000 10001010 11011101 110001 100110 0 1101 11100010 111110 1000001

Color Harmonies of #708ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708ADD

Black with #708ADD

Text Example


Text Example

White with #708ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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