Html Css Color HEX #5180FB Cornflower Blue

📋 copy color: '#5180FB'

red 81 ◦ green 128 ◦ blue 251

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

Shades of Cornflower Blue #5180FB

Tints of Cornflower Blue #5180FB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.83%

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

R = 17.61%
G = 27.83%
B = 54.57%

CMYK

 C value IS 0.68

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5180FB (or 0x5180FB) is known color: Cornflower Blue. HEX triplet: 51, 80 and FB. RGB value is (81,128,251). Sum of RGB (Red+Green+Blue) = 81+128+251=460 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.61% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 251 (98.44% from 255 or 54.57% from 460); Max value from RGB is 251 - color contains mainly: blue. Hex color #5180FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5180FB is #AE7F04. Grayscale: #7F7F7F. Windows color (decimal): -11435781 or 16482385. OLE color: 16482385.

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

Color convert

RGB 81 128 251 -
CMYK 0.68 0.49 0 0.02
HSL 223.41º 0.96% 0.65% -
HSV(B) 223.41º 0.68% 0.98% -
XYZ 28.53 24.15 94.43 -
YUV 127.97 197.43 94.5 -
System Red Green Blue C M Y K H S L
Decimal 81 128 251 0.68 0.49 0 0.02 223.41 0.96 0.65
Hex 51 80 FB 44 31 0 2 DF 60 41
Octal 121 200 373 104 61 0 2 337 140 101
Binary 1010001 10000000 11111011 1000100 110001 0 10 11011111 1100000 1000001

Color Harmonies of #5180FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5180FB

Black with #5180FB

Text Example


Text Example

White with #5180FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5180FB; }

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

 H1.HeaderClassName
 {
   color: #5180FB;
 }
 .AnyTagClassName
 {
   color: #5180FB;
 }
</style>

background-color css

<style>
 a { background-color: #5180FB; }

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

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

border-color css

<style>
 span { border-color: #5180FB; }

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

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