Html Css Color HEX #708FD4 Cornflower Blue

📋 copy color: '#708FD4'

red 112 ◦ green 143 ◦ blue 212

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

Shades of Cornflower Blue #708FD4

Tints of Cornflower Blue #708FD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.4%

R = 23.98%
G = 30.62%
B = 45.4%

CMYK

 C value IS 0.47

 M value IS 0.33

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#708FD4 (or 0x708FD4) is known color: Cornflower Blue. HEX triplet: 70, 8F and D4. RGB value is (112,143,212). Sum of RGB (Red+Green+Blue) = 112+143+212=467 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.98% from 467); Green value is 143 (56.25% from 255 or 30.62% from 467); Blue value is 212 (83.20% from 255 or 45.40% from 467); Max value from RGB is 212 - color contains mainly: blue. Hex color #708FD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708FD4 is #8F702B. Grayscale: #8D8D8D. Windows color (decimal): -9400364 or 13930352. OLE color: 13930352.

HSL color Cylindrical-coordinate representation of color #708FD4: hue angle of 221.4º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #708FD4 is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 112 143 212 -
CMYK 0.47 0.33 0 0.17
HSL 221.4º 0.54% 0.64% -
HSV(B) 221.4º 0.47% 0.83% -
XYZ 28.39 27.84 66.17 -
YUV 141.6 167.73 106.89 -
System Red Green Blue C M Y K H S L
Decimal 112 143 212 0.47 0.33 0 0.17 221.4 0.54 0.64
Hex 70 8F D4 2F 21 0 11 DD 36 40
Octal 160 217 324 57 41 0 21 335 66 100
Binary 1110000 10001111 11010100 101111 100001 0 10001 11011101 110110 1000000

Color Harmonies of #708FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708FD4

Black with #708FD4

Text Example


Text Example

White with #708FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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