Html Css Color HEX #718AFF Cornflower Blue

📋 copy color: '#718AFF'

red 113 ◦ green 138 ◦ blue 255

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

Shades of Cornflower Blue #718AFF

Tints of Cornflower Blue #718AFF

RGB

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

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

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

R = 22.33%
G = 27.27%
B = 50.4%

CMYK

 C value IS 0.56

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#718AFF (or 0x718AFF) is known color: Cornflower Blue. HEX triplet: 71, 8A and FF. RGB value is (113,138,255). Sum of RGB (Red+Green+Blue) = 113+138+255=506 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.33% from 506); Green value is 138 (54.30% from 255 or 27.27% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #718AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #718AFF is #8E7500. Grayscale: #8F8F8F. Windows color (decimal): -9336065 or 16747121. OLE color: 16747121.

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

Color convert

RGB 113 138 255 -
CMYK 0.56 0.46 0 0
HSL 229.44º 1% 0.72% -
HSV(B) 229.44º 0.56% 1% -
XYZ 33.95 28.91 98.4 -
YUV 143.86 190.72 105.99 -
System Red Green Blue C M Y K H S L
Decimal 113 138 255 0.56 0.46 0 0 229.44 1 0.72
Hex 71 8A FF 38 2E 0 0 E5 64 48
Octal 161 212 377 70 56 0 0 345 144 110
Binary 1110001 10001010 11111111 111000 101110 0 0 11100101 1100100 1001000

Color Harmonies of #718AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718AFF

Black with #718AFF

Text Example


Text Example

White with #718AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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