Html Css Color HEX #051BDB Medium Blue

📋 copy color: '#051BDB'

red 5 ◦ green 27 ◦ blue 219

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

Shades of Medium Blue #051BDB

Tints of Medium Blue #051BDB

RGB

 RED value IS 5 (2.34% from 255) = 1.99%

 GREEN value IS 27 (10.94% from 255) = 10.76%

 BLUE value IS 219 (85.94% from 255) = 87.25%

R = 1.99%
G = 10.76%
B = 87.25%

CMYK

 C value IS 0.98

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#051BDB (or 0x051BDB) is known color: Medium Blue. HEX triplet: 05, 1B and DB. RGB value is (5,27,219). Sum of RGB (Red+Green+Blue) = 5+27+219=251 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.99% from 251); Green value is 27 (10.94% from 255 or 10.76% from 251); Blue value is 219 (85.94% from 255 or 87.25% from 251); Max value from RGB is 219 - color contains mainly: blue. Hex color #051BDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051BDB is #FAE424. Grayscale: #292929. Windows color (decimal): -16442405 or 14359301. OLE color: 14359301.

HSL color Cylindrical-coordinate representation of color #051BDB: hue angle of 233.83º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051BDB is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 27 219 -
CMYK 0.98 0.88 0 0.14
HSL 233.83º 0.96% 0.44% -
HSV(B) 233.83º 0.98% 0.86% -
XYZ 13.24 5.93 67.46 -
YUV 42.31 227.71 101.39 -
System Red Green Blue C M Y K H S L
Decimal 5 27 219 0.98 0.88 0 0.14 233.83 0.96 0.44
Hex 5 1B DB 62 58 0 E EA 60 2C
Octal 5 33 333 142 130 0 16 352 140 54
Binary 101 11011 11011011 1100010 1011000 0 1110 11101010 1100000 101100

Color Harmonies of #051BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051BDB

Black with #051BDB

Text Example


Text Example

White with #051BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051BDB; }

 p { color: rgb(5,27,219); }

 H1.HeaderClassName
 {
   color: #051BDB;
 }
 .AnyTagClassName
 {
   color: #051BDB;
 }
</style>

background-color css

<style>
 a { background-color: #051BDB; }

 a { background-color: rgb(5,27,219); }

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

border-color css

<style>
 span { border-color: #051BDB; }

 span { border-color: rgb(5,27,219); }

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