Html Css Color HEX #718AFC Cornflower Blue

📋 copy color: '#718AFC'

red 113 ◦ green 138 ◦ blue 252

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

Shades of Cornflower Blue #718AFC

Tints of Cornflower Blue #718AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.1%

R = 22.47%
G = 27.44%
B = 50.1%

CMYK

 C value IS 0.55

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#718AFC (or 0x718AFC) is known color: Cornflower Blue. HEX triplet: 71, 8A and FC. RGB value is (113,138,252). Sum of RGB (Red+Green+Blue) = 113+138+252=503 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.47% from 503); Green value is 138 (54.30% from 255 or 27.44% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #718AFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #718AFC is #8E7503. Grayscale: #8F8F8F. Windows color (decimal): -9336068 or 16550513. OLE color: 16550513.

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

Color convert

RGB 113 138 252 -
CMYK 0.55 0.45 0 0.01
HSL 229.21º 0.96% 0.72% -
HSV(B) 229.21º 0.55% 0.99% -
XYZ 33.47 28.72 95.87 -
YUV 143.52 189.22 106.23 -
System Red Green Blue C M Y K H S L
Decimal 113 138 252 0.55 0.45 0 0.01 229.21 0.96 0.72
Hex 71 8A FC 37 2D 0 1 E5 60 48
Octal 161 212 374 67 55 0 1 345 140 110
Binary 1110001 10001010 11111100 110111 101101 0 1 11100101 1100000 1001000

Color Harmonies of #718AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718AFC

Black with #718AFC

Text Example


Text Example

White with #718AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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