Html Css Color HEX #718BF1 Cornflower Blue

📋 copy color: '#718BF1'

red 113 ◦ green 139 ◦ blue 241

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

Shades of Cornflower Blue #718BF1

Tints of Cornflower Blue #718BF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 48.88%

R = 22.92%
G = 28.19%
B = 48.88%

CMYK

 C value IS 0.53

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#718BF1 (or 0x718BF1) is known color: Cornflower Blue. HEX triplet: 71, 8B and F1. RGB value is (113,139,241). Sum of RGB (Red+Green+Blue) = 113+139+241=493 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.92% from 493); Green value is 139 (54.69% from 255 or 28.19% from 493); Blue value is 241 (94.53% from 255 or 48.88% from 493); Max value from RGB is 241 - color contains mainly: blue. Hex color #718BF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #718BF1 is #8E740E. Grayscale: #8E8E8E. Windows color (decimal): -9335823 or 15829873. OLE color: 15829873.

HSL color Cylindrical-coordinate representation of color #718BF1: hue angle of 227.81º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #718BF1 is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 113 139 241 -
CMYK 0.53 0.42 0 0.05
HSL 227.81º 0.82% 0.69% -
HSV(B) 227.81º 0.53% 0.95% -
XYZ 31.92 28.33 87 -
YUV 142.85 183.39 106.71 -
System Red Green Blue C M Y K H S L
Decimal 113 139 241 0.53 0.42 0 0.05 227.81 0.82 0.69
Hex 71 8B F1 35 2A 0 5 E4 52 45
Octal 161 213 361 65 52 0 5 344 122 105
Binary 1110001 10001011 11110001 110101 101010 0 101 11100100 1010010 1000101

Color Harmonies of #718BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718BF1

Black with #718BF1

Text Example


Text Example

White with #718BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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