Html Css Color HEX #518BFA Cornflower Blue

📋 copy color: '#518BFA'

red 81 ◦ green 139 ◦ blue 250

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

Shades of Cornflower Blue #518BFA

Tints of Cornflower Blue #518BFA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.57%

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

R = 17.23%
G = 29.57%
B = 53.19%

CMYK

 C value IS 0.68

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#518BFA (or 0x518BFA) is known color: Cornflower Blue. HEX triplet: 51, 8B and FA. RGB value is (81,139,250). Sum of RGB (Red+Green+Blue) = 81+139+250=470 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.23% from 470); Green value is 139 (54.69% from 255 or 29.57% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #518BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #518BFA is #AE7405. Grayscale: #858585. Windows color (decimal): -11432966 or 16419665. OLE color: 16419665.

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

Color convert

RGB 81 139 250 -
CMYK 0.68 0.44 0 0.02
HSL 219.41º 0.94% 0.65% -
HSV(B) 219.41º 0.68% 0.98% -
XYZ 29.88 27.12 94.1 -
YUV 134.31 193.28 89.97 -
System Red Green Blue C M Y K H S L
Decimal 81 139 250 0.68 0.44 0 0.02 219.41 0.94 0.65
Hex 51 8B FA 44 2C 0 2 DB 5E 41
Octal 121 213 372 104 54 0 2 333 136 101
Binary 1010001 10001011 11111010 1000100 101100 0 10 11011011 1011110 1000001

Color Harmonies of #518BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518BFA

Black with #518BFA

Text Example


Text Example

White with #518BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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