Html Css Color HEX #518AFC Cornflower Blue

📋 copy color: '#518AFC'

red 81 ◦ green 138 ◦ blue 252

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

Shades of Cornflower Blue #518AFC

Tints of Cornflower Blue #518AFC

RGB

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

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

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

R = 17.2%
G = 29.3%
B = 53.5%

CMYK

 C value IS 0.68

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#518AFC (or 0x518AFC) is known color: Cornflower Blue. HEX triplet: 51, 8A and FC. RGB value is (81,138,252). Sum of RGB (Red+Green+Blue) = 81+138+252=471 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.20% from 471); Green value is 138 (54.30% from 255 or 29.30% from 471); Blue value is 252 (98.83% from 255 or 53.50% from 471); Max value from RGB is 252 - color contains mainly: blue. Hex color #518AFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #518AFC is #AE7503. Grayscale: #858585. Windows color (decimal): -11433220 or 16550481. OLE color: 16550481.

HSL color Cylindrical-coordinate representation of color #518AFC: hue angle of 220º 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 #518AFC is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 81 138 252 -
CMYK 0.68 0.45 0 0.01
HSL 220º 0.97% 0.65% -
HSV(B) 220º 0.68% 0.99% -
XYZ 30.05 26.95 95.71 -
YUV 133.95 194.62 90.23 -
System Red Green Blue C M Y K H S L
Decimal 81 138 252 0.68 0.45 0 0.01 220 0.97 0.65
Hex 51 8A FC 44 2D 0 1 DC 61 41
Octal 121 212 374 104 55 0 1 334 141 101
Binary 1010001 10001010 11111100 1000100 101101 0 1 11011100 1100001 1000001

Color Harmonies of #518AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518AFC

Black with #518AFC

Text Example


Text Example

White with #518AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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