Html Css Color HEX #718CF8 Cornflower Blue

📋 copy color: '#718CF8'

red 113 ◦ green 140 ◦ blue 248

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

Shades of Cornflower Blue #718CF8

Tints of Cornflower Blue #718CF8

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.94%

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

R = 22.55%
G = 27.94%
B = 49.5%

CMYK

 C value IS 0.54

 M value IS 0.44

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#718CF8 (or 0x718CF8) is known color: Cornflower Blue. HEX triplet: 71, 8C and F8. RGB value is (113,140,248). Sum of RGB (Red+Green+Blue) = 113+140+248=501 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.55% from 501); Green value is 140 (55.08% from 255 or 27.94% 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 #718CF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #718CF8 is #8E7307. Grayscale: #8F8F8F. Windows color (decimal): -9335560 or 16288881. OLE color: 16288881.

HSL color Cylindrical-coordinate representation of color #718CF8: hue angle of 228º 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 #718CF8 is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 113 140 248 -
CMYK 0.54 0.44 0 0.03
HSL 228º 0.91% 0.71% -
HSV(B) 228º 0.54% 0.97% -
XYZ 33.13 29.04 92.67 -
YUV 144.24 186.55 105.72 -
System Red Green Blue C M Y K H S L
Decimal 113 140 248 0.54 0.44 0 0.03 228 0.91 0.71
Hex 71 8C F8 36 2C 0 3 E4 5B 47
Octal 161 214 370 66 54 0 3 344 133 107
Binary 1110001 10001100 11111000 110110 101100 0 11 11100100 1011011 1000111

Color Harmonies of #718CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718CF8

Black with #718CF8

Text Example


Text Example

White with #718CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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