Html Css Color HEX #718BFE Cornflower Blue

📋 copy color: '#718BFE'

red 113 ◦ green 139 ◦ blue 254

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

Shades of Cornflower Blue #718BFE

Tints of Cornflower Blue #718BFE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.47%

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

R = 22.33%
G = 27.47%
B = 50.2%

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

#718BFE (or 0x718BFE) is known color: Cornflower Blue. HEX triplet: 71, 8B and FE. RGB value is (113,139,254). Sum of RGB (Red+Green+Blue) = 113+139+254=506 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.33% from 506); Green value is 139 (54.69% from 255 or 27.47% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #718BFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #718BFE is #8E7401. Grayscale: #8F8F8F. Windows color (decimal): -9335810 or 16681841. OLE color: 16681841.

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

Color convert

RGB 113 139 254 -
CMYK 0.56 0.45 0 0.00
HSL 228.94º 0.99% 0.72% -
HSV(B) 228.94º 0.56% 1% -
XYZ 33.93 29.13 97.6 -
YUV 144.34 189.89 105.65 -
System Red Green Blue C M Y K H S L
Decimal 113 139 254 0.56 0.45 0 0.00 228.94 0.99 0.72
Hex 71 8B FE 38 2D 0 0 E5 63 48
Octal 161 213 376 70 55 0 0 345 143 110
Binary 1110001 10001011 11111110 111000 101101 0 0 11100101 1100011 1001000

Color Harmonies of #718BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718BFE

Black with #718BFE

Text Example


Text Example

White with #718BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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