Html Css Color HEX #718FE1 Cornflower Blue

📋 copy color: '#718FE1'

red 113 ◦ green 143 ◦ blue 225

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

Shades of Cornflower Blue #718FE1

Tints of Cornflower Blue #718FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 46.78%

R = 23.49%
G = 29.73%
B = 46.78%

CMYK

 C value IS 0.50

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#718FE1 (or 0x718FE1) is known color: Cornflower Blue. HEX triplet: 71, 8F and E1. RGB value is (113,143,225). Sum of RGB (Red+Green+Blue) = 113+143+225=481 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.49% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 225 (88.28% from 255 or 46.78% from 481); Max value from RGB is 225 - color contains mainly: blue. Hex color #718FE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718FE1 is #8E701E. Grayscale: #8F8F8F. Windows color (decimal): -9334815 or 14782321. OLE color: 14782321.

HSL color Cylindrical-coordinate representation of color #718FE1: hue angle of 223.93º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #718FE1 is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 113 143 225 -
CMYK 0.50 0.36 0 0.12
HSL 223.93º 0.65% 0.66% -
HSV(B) 223.93º 0.5% 0.88% -
XYZ 30.22 28.59 75.16 -
YUV 143.38 174.06 106.33 -
System Red Green Blue C M Y K H S L
Decimal 113 143 225 0.50 0.36 0 0.12 223.93 0.65 0.66
Hex 71 8F E1 32 24 0 C E0 41 42
Octal 161 217 341 62 44 0 14 340 101 102
Binary 1110001 10001111 11100001 110010 100100 0 1100 11100000 1000001 1000010

Color Harmonies of #718FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718FE1

Black with #718FE1

Text Example


Text Example

White with #718FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,143,225); }

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

background-color css

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

 a { background-color: rgb(113,143,225); }

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

border-color css

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

 span { border-color: rgb(113,143,225); }

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