Html Css Color HEX #518BFB Cornflower Blue

📋 copy color: '#518BFB'

red 81 ◦ green 139 ◦ blue 251

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

Shades of Cornflower Blue #518BFB

Tints of Cornflower Blue #518BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.29%

R = 17.2%
G = 29.51%
B = 53.29%

CMYK

 C value IS 0.68

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#518BFB (or 0x518BFB) is known color: Cornflower Blue. HEX triplet: 51, 8B and FB. RGB value is (81,139,251). Sum of RGB (Red+Green+Blue) = 81+139+251=471 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.20% from 471); Green value is 139 (54.69% from 255 or 29.51% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #518BFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #518BFB is #AE7404. Grayscale: #858585. Windows color (decimal): -11432965 or 16485201. OLE color: 16485201.

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

Color convert

RGB 81 139 251 -
CMYK 0.68 0.45 0 0.02
HSL 219.53º 0.96% 0.65% -
HSV(B) 219.53º 0.68% 0.98% -
XYZ 30.04 27.18 94.93 -
YUV 134.43 193.78 89.89 -
System Red Green Blue C M Y K H S L
Decimal 81 139 251 0.68 0.45 0 0.02 219.53 0.96 0.65
Hex 51 8B FB 44 2D 0 2 DC 60 41
Octal 121 213 373 104 55 0 2 334 140 101
Binary 1010001 10001011 11111011 1000100 101101 0 10 11011100 1100000 1000001

Color Harmonies of #518BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518BFB

Black with #518BFB

Text Example


Text Example

White with #518BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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