Html Css Color HEX #718AFE Cornflower Blue

📋 copy color: '#718AFE'

red 113 ◦ green 138 ◦ blue 254

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

Shades of Cornflower Blue #718AFE

Tints of Cornflower Blue #718AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.3%

R = 22.38%
G = 27.33%
B = 50.3%

CMYK

 C value IS 0.56

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#718AFE (or 0x718AFE) is known color: Cornflower Blue. HEX triplet: 71, 8A and FE. RGB value is (113,138,254). Sum of RGB (Red+Green+Blue) = 113+138+254=505 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.38% from 505); Green value is 138 (54.30% from 255 or 27.33% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #718AFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #718AFE is #8E7501. Grayscale: #8F8F8F. Windows color (decimal): -9336066 or 16681585. OLE color: 16681585.

HSL color Cylindrical-coordinate representation of color #718AFE: hue angle of 229.36º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #718AFE is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 113 138 254 -
CMYK 0.56 0.46 0 0.00
HSL 229.36º 0.99% 0.72% -
HSV(B) 229.36º 0.56% 1% -
XYZ 33.79 28.84 97.55 -
YUV 143.75 190.22 106.07 -
System Red Green Blue C M Y K H S L
Decimal 113 138 254 0.56 0.46 0 0.00 229.36 0.99 0.72
Hex 71 8A FE 38 2E 0 0 E5 63 48
Octal 161 212 376 70 56 0 0 345 143 110
Binary 1110001 10001010 11111110 111000 101110 0 0 11100101 1100011 1001000

Color Harmonies of #718AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718AFE

Black with #718AFE

Text Example


Text Example

White with #718AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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