Html Css Color HEX #518DFC Cornflower Blue

📋 copy color: '#518DFC'

red 81 ◦ green 141 ◦ blue 252

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

Shades of Cornflower Blue #518DFC

Tints of Cornflower Blue #518DFC

RGB

 RED value IS 81 (32.03% from 255) = 17.09%

 GREEN value IS 141 (55.47% from 255) = 29.75%

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

R = 17.09%
G = 29.75%
B = 53.16%

CMYK

 C value IS 0.68

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#518DFC (or 0x518DFC) is known color: Cornflower Blue. HEX triplet: 51, 8D and FC. RGB value is (81,141,252). Sum of RGB (Red+Green+Blue) = 81+141+252=474 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.09% from 474); Green value is 141 (55.47% from 255 or 29.75% from 474); Blue value is 252 (98.83% from 255 or 53.16% from 474); Max value from RGB is 252 - color contains mainly: blue. Hex color #518DFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #518DFC is #AE7203. Grayscale: #878787. Windows color (decimal): -11432452 or 16551249. OLE color: 16551249.

HSL color Cylindrical-coordinate representation of color #518DFC: hue angle of 218.95º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #518DFC is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 81 141 252 -
CMYK 0.68 0.44 0 0.01
HSL 218.95º 0.97% 0.65% -
HSV(B) 218.95º 0.68% 0.99% -
XYZ 30.49 27.83 95.86 -
YUV 135.71 193.62 88.97 -
System Red Green Blue C M Y K H S L
Decimal 81 141 252 0.68 0.44 0 0.01 218.95 0.97 0.65
Hex 51 8D FC 44 2C 0 1 DB 61 41
Octal 121 215 374 104 54 0 1 333 141 101
Binary 1010001 10001101 11111100 1000100 101100 0 1 11011011 1100001 1000001

Color Harmonies of #518DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518DFC

Black with #518DFC

Text Example


Text Example

White with #518DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518DFC; }

 p { color: rgb(81,141,252); }

 H1.HeaderClassName
 {
   color: #518DFC;
 }
 .AnyTagClassName
 {
   color: #518DFC;
 }
</style>

background-color css

<style>
 a { background-color: #518DFC; }

 a { background-color: rgb(81,141,252); }

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

border-color css

<style>
 span { border-color: #518DFC; }

 span { border-color: rgb(81,141,252); }

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