Html Css Color HEX #718CDE Cornflower Blue

📋 copy color: '#718CDE'

red 113 ◦ green 140 ◦ blue 222

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

Shades of Cornflower Blue #718CDE

Tints of Cornflower Blue #718CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.74%

R = 23.79%
G = 29.47%
B = 46.74%

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

#718CDE (or 0x718CDE) is known color: Cornflower Blue. HEX triplet: 71, 8C and DE. RGB value is (113,140,222). Sum of RGB (Red+Green+Blue) = 113+140+222=475 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.79% from 475); Green value is 140 (55.08% from 255 or 29.47% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 222 - color contains mainly: blue. Hex color #718CDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718CDE is #8E7321. Grayscale: #8C8C8C. Windows color (decimal): -9335586 or 14584945. OLE color: 14584945.

HSL color Cylindrical-coordinate representation of color #718CDE: hue angle of 225.14º degrees, saturation: 0.62, 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 #718CDE is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 140 222 -
CMYK 0.49 0.37 0 0.13
HSL 225.14º 0.62% 0.66% -
HSV(B) 225.14º 0.49% 0.87% -
XYZ 29.37 27.54 72.88 -
YUV 141.28 173.55 107.83 -
System Red Green Blue C M Y K H S L
Decimal 113 140 222 0.49 0.37 0 0.13 225.14 0.62 0.66
Hex 71 8C DE 31 25 0 D E1 3E 42
Octal 161 214 336 61 45 0 15 341 76 102
Binary 1110001 10001100 11011110 110001 100101 0 1101 11100001 111110 1000010

Color Harmonies of #718CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718CDE

Black with #718CDE

Text Example


Text Example

White with #718CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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