Html Css Color HEX #718CFF Cornflower Blue

📋 copy color: '#718CFF'

red 113 ◦ green 140 ◦ blue 255

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

Shades of Cornflower Blue #718CFF

Tints of Cornflower Blue #718CFF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.56%

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

R = 22.24%
G = 27.56%
B = 50.2%

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

#718CFF (or 0x718CFF) is known color: Cornflower Blue. HEX triplet: 71, 8C and FF. RGB value is (113,140,255). Sum of RGB (Red+Green+Blue) = 113+140+255=508 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.24% from 508); Green value is 140 (55.08% from 255 or 27.56% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #718CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #718CFF is #8E7300. Grayscale: #909090. Windows color (decimal): -9335553 or 16747633. OLE color: 16747633.

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

Color convert

RGB 113 140 255 -
CMYK 0.56 0.45 0 0
HSL 228.59º 1% 0.72% -
HSV(B) 228.59º 0.56% 1% -
XYZ 34.24 29.49 98.49 -
YUV 145.04 190.05 105.15 -
System Red Green Blue C M Y K H S L
Decimal 113 140 255 0.56 0.45 0 0 228.59 1 0.72
Hex 71 8C FF 38 2D 0 0 E5 64 48
Octal 161 214 377 70 55 0 0 345 144 110
Binary 1110001 10001100 11111111 111000 101101 0 0 11100101 1100100 1001000

Color Harmonies of #718CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718CFF

Black with #718CFF

Text Example


Text Example

White with #718CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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