Html Css Color HEX #718BFF Cornflower Blue

📋 copy color: '#718BFF'

red 113 ◦ green 139 ◦ blue 255

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

Shades of Cornflower Blue #718BFF

Tints of Cornflower Blue #718BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.3%

R = 22.29%
G = 27.42%
B = 50.3%

CMYK

 C value IS 0.56

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#718BFF (or 0x718BFF) is known color: Cornflower Blue. HEX triplet: 71, 8B and FF. RGB value is (113,139,255). Sum of RGB (Red+Green+Blue) = 113+139+255=507 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.29% from 507); Green value is 139 (54.69% from 255 or 27.42% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #718BFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #718BFF is #8E7400. Grayscale: #8F8F8F. Windows color (decimal): -9335809 or 16747377. OLE color: 16747377.

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

Color convert

RGB 113 139 255 -
CMYK 0.56 0.45 0 0
HSL 229.01º 1% 0.72% -
HSV(B) 229.01º 0.56% 1% -
XYZ 34.09 29.2 98.45 -
YUV 144.45 190.39 105.57 -
System Red Green Blue C M Y K H S L
Decimal 113 139 255 0.56 0.45 0 0 229.01 1 0.72
Hex 71 8B FF 38 2D 0 0 E5 64 48
Octal 161 213 377 70 55 0 0 345 144 110
Binary 1110001 10001011 11111111 111000 101101 0 0 11100101 1100100 1001000

Color Harmonies of #718BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718BFF

Black with #718BFF

Text Example


Text Example

White with #718BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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