Html Css Color HEX #718AFA Cornflower Blue

📋 copy color: '#718AFA'

red 113 ◦ green 138 ◦ blue 250

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

Shades of Cornflower Blue #718AFA

Tints of Cornflower Blue #718AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.9%

R = 22.55%
G = 27.54%
B = 49.9%

CMYK

 C value IS 0.55

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#718AFA (or 0x718AFA) is known color: Cornflower Blue. HEX triplet: 71, 8A and FA. RGB value is (113,138,250). Sum of RGB (Red+Green+Blue) = 113+138+250=501 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.55% from 501); Green value is 138 (54.30% from 255 or 27.54% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #718AFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #718AFA is #8E7505. Grayscale: #8E8E8E. Windows color (decimal): -9336070 or 16419441. OLE color: 16419441.

HSL color Cylindrical-coordinate representation of color #718AFA: hue angle of 229.05º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #718AFA is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 113 138 250 -
CMYK 0.55 0.45 0 0.02
HSL 229.05º 0.93% 0.71% -
HSV(B) 229.05º 0.55% 0.98% -
XYZ 33.15 28.59 94.21 -
YUV 143.29 188.22 106.39 -
System Red Green Blue C M Y K H S L
Decimal 113 138 250 0.55 0.45 0 0.02 229.05 0.93 0.71
Hex 71 8A FA 37 2D 0 2 E5 5D 47
Octal 161 212 372 67 55 0 2 345 135 107
Binary 1110001 10001010 11111010 110111 101101 0 10 11100101 1011101 1000111

Color Harmonies of #718AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718AFA

Black with #718AFA

Text Example


Text Example

White with #718AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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