Html Css Color HEX #718EF8 Cornflower Blue

📋 copy color: '#718EF8'

red 113 ◦ green 142 ◦ blue 248

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

Shades of Cornflower Blue #718EF8

Tints of Cornflower Blue #718EF8

RGB

 RED value IS 113 (44.53% from 255) = 22.47%

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

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

R = 22.47%
G = 28.23%
B = 49.3%

CMYK

 C value IS 0.54

 M value IS 0.43

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#718EF8 (or 0x718EF8) is known color: Cornflower Blue. HEX triplet: 71, 8E and F8. RGB value is (113,142,248). Sum of RGB (Red+Green+Blue) = 113+142+248=503 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.47% from 503); Green value is 142 (55.86% from 255 or 28.23% 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 #718EF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #718EF8 is #8E7107. Grayscale: #909090. Windows color (decimal): -9335048 or 16289393. OLE color: 16289393.

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

Color convert

RGB 113 142 248 -
CMYK 0.54 0.43 0 0.03
HSL 227.11º 0.91% 0.71% -
HSV(B) 227.11º 0.54% 0.97% -
XYZ 33.43 29.63 92.77 -
YUV 145.41 185.89 104.88 -
System Red Green Blue C M Y K H S L
Decimal 113 142 248 0.54 0.43 0 0.03 227.11 0.91 0.71
Hex 71 8E F8 36 2B 0 3 E3 5B 47
Octal 161 216 370 66 53 0 3 343 133 107
Binary 1110001 10001110 11111000 110110 101011 0 11 11100011 1011011 1000111

Color Harmonies of #718EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718EF8

Black with #718EF8

Text Example


Text Example

White with #718EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718EF8; }

 p { color: rgb(113,142,248); }

 H1.HeaderClassName
 {
   color: #718EF8;
 }
 .AnyTagClassName
 {
   color: #718EF8;
 }
</style>

background-color css

<style>
 a { background-color: #718EF8; }

 a { background-color: rgb(113,142,248); }

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

border-color css

<style>
 span { border-color: #718EF8; }

 span { border-color: rgb(113,142,248); }

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