Html Css Color HEX #708DF8 Cornflower Blue

📋 copy color: '#708DF8'

red 112 ◦ green 141 ◦ blue 248

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

Shades of Cornflower Blue #708DF8

Tints of Cornflower Blue #708DF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 49.5%

R = 22.36%
G = 28.14%
B = 49.5%

CMYK

 C value IS 0.55

 M value IS 0.43

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#708DF8 (or 0x708DF8) is known color: Cornflower Blue. HEX triplet: 70, 8D and F8. RGB value is (112,141,248). Sum of RGB (Red+Green+Blue) = 112+141+248=501 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.36% from 501); Green value is 141 (55.47% from 255 or 28.14% from 501); Blue value is 248 (97.27% from 255 or 49.50% from 501); Max value from RGB is 248 - color contains mainly: blue. Hex color #708DF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708DF8 is #8F7207. Grayscale: #909090. Windows color (decimal): -9400840 or 16289136. OLE color: 16289136.

HSL color Cylindrical-coordinate representation of color #708DF8: hue angle of 227.21º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #708DF8 is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 112 141 248 -
CMYK 0.55 0.43 0 0.03
HSL 227.21º 0.91% 0.71% -
HSV(B) 227.21º 0.55% 0.97% -
XYZ 33.15 29.27 92.71 -
YUV 144.53 186.39 104.8 -
System Red Green Blue C M Y K H S L
Decimal 112 141 248 0.55 0.43 0 0.03 227.21 0.91 0.71
Hex 70 8D F8 37 2B 0 3 E3 5B 47
Octal 160 215 370 67 53 0 3 343 133 107
Binary 1110000 10001101 11111000 110111 101011 0 11 11100011 1011011 1000111

Color Harmonies of #708DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708DF8

Black with #708DF8

Text Example


Text Example

White with #708DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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