Html Css Color HEX #518FFA Cornflower Blue

📋 copy color: '#518FFA'

red 81 ◦ green 143 ◦ blue 250

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

Shades of Cornflower Blue #518FFA

Tints of Cornflower Blue #518FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.74%

R = 17.09%
G = 30.17%
B = 52.74%

CMYK

 C value IS 0.68

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#518FFA (or 0x518FFA) is known color: Cornflower Blue. HEX triplet: 51, 8F and FA. RGB value is (81,143,250). Sum of RGB (Red+Green+Blue) = 81+143+250=474 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.09% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #518FFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #518FFA is #AE7005. Grayscale: #888888. Windows color (decimal): -11431942 or 16420689. OLE color: 16420689.

HSL color Cylindrical-coordinate representation of color #518FFA: hue angle of 217.99º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #518FFA is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 81 143 250 -
CMYK 0.68 0.43 0 0.02
HSL 217.99º 0.94% 0.65% -
HSV(B) 217.99º 0.68% 0.98% -
XYZ 30.47 28.3 94.3 -
YUV 136.66 191.96 88.3 -
System Red Green Blue C M Y K H S L
Decimal 81 143 250 0.68 0.43 0 0.02 217.99 0.94 0.65
Hex 51 8F FA 44 2B 0 2 DA 5E 41
Octal 121 217 372 104 53 0 2 332 136 101
Binary 1010001 10001111 11111010 1000100 101011 0 10 11011010 1011110 1000001

Color Harmonies of #518FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518FFA

Black with #518FFA

Text Example


Text Example

White with #518FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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