Html Css Color HEX #718ADE Cornflower Blue

📋 copy color: '#718ADE'

red 113 ◦ green 138 ◦ blue 222

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

Shades of Cornflower Blue #718ADE

Tints of Cornflower Blue #718ADE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.18%

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

R = 23.89%
G = 29.18%
B = 46.93%

CMYK

 C value IS 0.49

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#718ADE (or 0x718ADE) is known color: Cornflower Blue. HEX triplet: 71, 8A and DE. RGB value is (113,138,222). Sum of RGB (Red+Green+Blue) = 113+138+222=473 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.89% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 222 (87.11% from 255 or 46.93% from 473); Max value from RGB is 222 - color contains mainly: blue. Hex color #718ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718ADE is #8E7521. Grayscale: #8B8B8B. Windows color (decimal): -9336098 or 14584433. OLE color: 14584433.

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

Color convert

RGB 113 138 222 -
CMYK 0.49 0.38 0 0.13
HSL 226.24º 0.62% 0.66% -
HSV(B) 226.24º 0.49% 0.87% -
XYZ 29.08 26.96 72.78 -
YUV 140.1 174.22 108.67 -
System Red Green Blue C M Y K H S L
Decimal 113 138 222 0.49 0.38 0 0.13 226.24 0.62 0.66
Hex 71 8A DE 31 26 0 D E2 3E 42
Octal 161 212 336 61 46 0 15 342 76 102
Binary 1110001 10001010 11011110 110001 100110 0 1101 11100010 111110 1000010

Color Harmonies of #718ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718ADE

Black with #718ADE

Text Example


Text Example

White with #718ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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