Html Css Color HEX #718CFE Cornflower Blue

📋 copy color: '#718CFE'

red 113 ◦ green 140 ◦ blue 254

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

Shades of Cornflower Blue #718CFE

Tints of Cornflower Blue #718CFE

RGB

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

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

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

R = 22.29%
G = 27.61%
B = 50.1%

CMYK

 C value IS 0.56

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#718CFE (or 0x718CFE) is known color: Cornflower Blue. HEX triplet: 71, 8C and FE. RGB value is (113,140,254). Sum of RGB (Red+Green+Blue) = 113+140+254=507 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.29% from 507); Green value is 140 (55.08% from 255 or 27.61% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #718CFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #718CFE is #8E7301. Grayscale: #909090. Windows color (decimal): -9335554 or 16682097. OLE color: 16682097.

HSL color Cylindrical-coordinate representation of color #718CFE: hue angle of 228.51º 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 #718CFE is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 113 140 254 -
CMYK 0.56 0.45 0 0.00
HSL 228.51º 0.99% 0.72% -
HSV(B) 228.51º 0.56% 1% -
XYZ 34.08 29.42 97.65 -
YUV 144.92 189.55 105.23 -
System Red Green Blue C M Y K H S L
Decimal 113 140 254 0.56 0.45 0 0.00 228.51 0.99 0.72
Hex 71 8C FE 38 2D 0 0 E5 63 48
Octal 161 214 376 70 55 0 0 345 143 110
Binary 1110001 10001100 11111110 111000 101101 0 0 11100101 1100011 1001000

Color Harmonies of #718CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718CFE

Black with #718CFE

Text Example


Text Example

White with #718CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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