Html Css Color HEX #708FF8 Cornflower Blue

📋 copy color: '#708FF8'

red 112 ◦ green 143 ◦ blue 248

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

Shades of Cornflower Blue #708FF8

Tints of Cornflower Blue #708FF8

RGB

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

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

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

R = 22.27%
G = 28.43%
B = 49.3%

CMYK

 C value IS 0.55

 M value IS 0.42

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#708FF8 (or 0x708FF8) is known color: Cornflower Blue. HEX triplet: 70, 8F and F8. RGB value is (112,143,248). Sum of RGB (Red+Green+Blue) = 112+143+248=503 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.27% from 503); Green value is 143 (56.25% from 255 or 28.43% from 503); Blue value is 248 (97.27% from 255 or 49.30% from 503); Max value from RGB is 248 - color contains mainly: blue. Hex color #708FF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708FF8 is #8F7007. Grayscale: #919191. Windows color (decimal): -9400328 or 16289648. OLE color: 16289648.

HSL color Cylindrical-coordinate representation of color #708FF8: hue angle of 226.32º 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 #708FF8 is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 112 143 248 -
CMYK 0.55 0.42 0 0.03
HSL 226.32º 0.91% 0.71% -
HSV(B) 226.32º 0.55% 0.97% -
XYZ 33.45 29.87 92.81 -
YUV 145.7 185.73 103.96 -
System Red Green Blue C M Y K H S L
Decimal 112 143 248 0.55 0.42 0 0.03 226.32 0.91 0.71
Hex 70 8F F8 37 2A 0 3 E2 5B 47
Octal 160 217 370 67 52 0 3 342 133 107
Binary 1110000 10001111 11111000 110111 101010 0 11 11100010 1011011 1000111

Color Harmonies of #708FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708FF8

Black with #708FF8

Text Example


Text Example

White with #708FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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