Html Css Color HEX #718ADF Cornflower Blue

📋 copy color: '#718ADF'

red 113 ◦ green 138 ◦ blue 223

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

Shades of Cornflower Blue #718ADF

Tints of Cornflower Blue #718ADF

RGB

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

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

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

R = 23.84%
G = 29.11%
B = 47.05%

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

#718ADF (or 0x718ADF) is known color: Cornflower Blue. HEX triplet: 71, 8A and DF. RGB value is (113,138,223). Sum of RGB (Red+Green+Blue) = 113+138+223=474 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.84% from 474); Green value is 138 (54.30% from 255 or 29.11% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #718ADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718ADF is #8E7520. Grayscale: #8B8B8B. Windows color (decimal): -9336097 or 14649969. OLE color: 14649969.

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

Color convert

RGB 113 138 223 -
CMYK 0.49 0.38 0 0.13
HSL 226.36º 0.63% 0.66% -
HSV(B) 226.36º 0.49% 0.87% -
XYZ 29.22 27.02 73.49 -
YUV 140.22 174.72 108.59 -
System Red Green Blue C M Y K H S L
Decimal 113 138 223 0.49 0.38 0 0.13 226.36 0.63 0.66
Hex 71 8A DF 31 26 0 D E2 3F 42
Octal 161 212 337 61 46 0 15 342 77 102
Binary 1110001 10001010 11011111 110001 100110 0 1101 11100010 111111 1000010

Color Harmonies of #718ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718ADF

Black with #718ADF

Text Example


Text Example

White with #718ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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