Html Css Color HEX #718CDF Cornflower Blue

📋 copy color: '#718CDF'

red 113 ◦ green 140 ◦ blue 223

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

Shades of Cornflower Blue #718CDF

Tints of Cornflower Blue #718CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.85%

R = 23.74%
G = 29.41%
B = 46.85%

CMYK

 C value IS 0.49

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#718CDF (or 0x718CDF) is known color: Cornflower Blue. HEX triplet: 71, 8C and DF. RGB value is (113,140,223). Sum of RGB (Red+Green+Blue) = 113+140+223=476 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.74% from 476); Green value is 140 (55.08% from 255 or 29.41% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #718CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718CDF is #8E7320. Grayscale: #8D8D8D. Windows color (decimal): -9335585 or 14650481. OLE color: 14650481.

HSL color Cylindrical-coordinate representation of color #718CDF: hue angle of 225.27º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #718CDF is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 140 223 -
CMYK 0.49 0.37 0 0.13
HSL 225.27º 0.63% 0.66% -
HSV(B) 225.27º 0.49% 0.87% -
XYZ 29.51 27.59 73.58 -
YUV 141.39 174.05 107.75 -
System Red Green Blue C M Y K H S L
Decimal 113 140 223 0.49 0.37 0 0.13 225.27 0.63 0.66
Hex 71 8C DF 31 25 0 D E1 3F 42
Octal 161 214 337 61 45 0 15 341 77 102
Binary 1110001 10001100 11011111 110001 100101 0 1101 11100001 111111 1000010

Color Harmonies of #718CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718CDF

Black with #718CDF

Text Example


Text Example

White with #718CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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