Html Css Color HEX #718CDA Cornflower Blue

📋 copy color: '#718CDA'

red 113 ◦ green 140 ◦ blue 218

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

Shades of Cornflower Blue #718CDA

Tints of Cornflower Blue #718CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.28%

R = 23.99%
G = 29.72%
B = 46.28%

CMYK

 C value IS 0.48

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#718CDA (or 0x718CDA) is known color: Cornflower Blue. HEX triplet: 71, 8C and DA. RGB value is (113,140,218). Sum of RGB (Red+Green+Blue) = 113+140+218=471 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.99% from 471); Green value is 140 (55.08% from 255 or 29.72% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #718CDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718CDA is #8E7325. Grayscale: #8C8C8C. Windows color (decimal): -9335590 or 14322801. OLE color: 14322801.

HSL color Cylindrical-coordinate representation of color #718CDA: hue angle of 224.57º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #718CDA is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 113 140 218 -
CMYK 0.48 0.36 0 0.15
HSL 224.57º 0.59% 0.65% -
HSV(B) 224.57º 0.48% 0.85% -
XYZ 28.84 27.33 70.08 -
YUV 140.82 171.55 108.16 -
System Red Green Blue C M Y K H S L
Decimal 113 140 218 0.48 0.36 0 0.15 224.57 0.59 0.65
Hex 71 8C DA 30 24 0 F E1 3B 41
Octal 161 214 332 60 44 0 17 341 73 101
Binary 1110001 10001100 11011010 110000 100100 0 1111 11100001 111011 1000001

Color Harmonies of #718CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718CDA

Black with #718CDA

Text Example


Text Example

White with #718CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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