Html Css Color HEX #708EFC Cornflower Blue

📋 copy color: '#708EFC'

red 112 ◦ green 142 ◦ blue 252

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

Shades of Cornflower Blue #708EFC

Tints of Cornflower Blue #708EFC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.06%

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

R = 22.13%
G = 28.06%
B = 49.8%

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

#708EFC (or 0x708EFC) is known color: Cornflower Blue. HEX triplet: 70, 8E and FC. RGB value is (112,142,252). Sum of RGB (Red+Green+Blue) = 112+142+252=506 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.13% from 506); Green value is 142 (55.86% from 255 or 28.06% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #708EFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708EFC is #8F7103. Grayscale: #919191. Windows color (decimal): -9400580 or 16551536. OLE color: 16551536.

HSL color Cylindrical-coordinate representation of color #708EFC: hue angle of 227.14º 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 #708EFC is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 112 142 252 -
CMYK 0.56 0.44 0 0.01
HSL 227.14º 0.96% 0.71% -
HSV(B) 227.14º 0.56% 0.99% -
XYZ 33.93 29.82 96.06 -
YUV 145.57 188.06 104.06 -
System Red Green Blue C M Y K H S L
Decimal 112 142 252 0.56 0.44 0 0.01 227.14 0.96 0.71
Hex 70 8E FC 38 2C 0 1 E3 60 47
Octal 160 216 374 70 54 0 1 343 140 107
Binary 1110000 10001110 11111100 111000 101100 0 1 11100011 1100000 1000111

Color Harmonies of #708EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708EFC

Black with #708EFC

Text Example


Text Example

White with #708EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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