Html Css Color HEX #708DFC Cornflower Blue

📋 copy color: '#708DFC'

red 112 ◦ green 141 ◦ blue 252

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

Shades of Cornflower Blue #708DFC

Tints of Cornflower Blue #708DFC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.92%

 BLUE value IS 252 (98.83% from 255) = 49.9%

R = 22.18%
G = 27.92%
B = 49.9%

CMYK

 C value IS 0.56

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#708DFC (or 0x708DFC) is known color: Cornflower Blue. HEX triplet: 70, 8D and FC. RGB value is (112,141,252). Sum of RGB (Red+Green+Blue) = 112+141+252=505 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.18% from 505); Green value is 141 (55.47% from 255 or 27.92% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #708DFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708DFC is #8F7203. Grayscale: #909090. Windows color (decimal): -9400836 or 16551280. OLE color: 16551280.

HSL color Cylindrical-coordinate representation of color #708DFC: hue angle of 227.57º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #708DFC is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 112 141 252 -
CMYK 0.56 0.44 0 0.01
HSL 227.57º 0.96% 0.71% -
HSV(B) 227.57º 0.56% 0.99% -
XYZ 33.78 29.52 96.01 -
YUV 144.98 188.39 104.47 -
System Red Green Blue C M Y K H S L
Decimal 112 141 252 0.56 0.44 0 0.01 227.57 0.96 0.71
Hex 70 8D FC 38 2C 0 1 E4 60 47
Octal 160 215 374 70 54 0 1 344 140 107
Binary 1110000 10001101 11111100 111000 101100 0 1 11100100 1100000 1000111

Color Harmonies of #708DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708DFC

Black with #708DFC

Text Example


Text Example

White with #708DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,141,252); }

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

background-color css

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

 a { background-color: rgb(112,141,252); }

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

border-color css

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

 span { border-color: rgb(112,141,252); }

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