Html Css Color HEX #518FDF Cornflower Blue

📋 copy color: '#518FDF'

red 81 ◦ green 143 ◦ blue 223

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

Shades of Cornflower Blue #518FDF

Tints of Cornflower Blue #518FDF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.99%

 BLUE value IS 223 (87.5% from 255) = 49.89%

R = 18.12%
G = 31.99%
B = 49.89%

CMYK

 C value IS 0.64

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#518FDF (or 0x518FDF) is known color: Cornflower Blue. HEX triplet: 51, 8F and DF. RGB value is (81,143,223). Sum of RGB (Red+Green+Blue) = 81+143+223=447 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.12% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #518FDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518FDF is #AE7020. Grayscale: #858585. Windows color (decimal): -11431969 or 14651217. OLE color: 14651217.

HSL color Cylindrical-coordinate representation of color #518FDF: hue angle of 213.8º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #518FDF is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 143 223 -
CMYK 0.64 0.36 0 0.13
HSL 213.8º 0.69% 0.6% -
HSV(B) 213.8º 0.64% 0.87% -
XYZ 26.54 26.72 73.57 -
YUV 133.58 178.46 90.5 -
System Red Green Blue C M Y K H S L
Decimal 81 143 223 0.64 0.36 0 0.13 213.8 0.69 0.6
Hex 51 8F DF 40 24 0 D D6 45 3C
Octal 121 217 337 100 44 0 15 326 105 74
Binary 1010001 10001111 11011111 1000000 100100 0 1101 11010110 1000101 111100

Color Harmonies of #518FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518FDF

Black with #518FDF

Text Example


Text Example

White with #518FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,143,223); }

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

background-color css

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

 a { background-color: rgb(81,143,223); }

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

border-color css

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

 span { border-color: rgb(81,143,223); }

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