Html Css Color HEX #051BDA Medium Blue

📋 copy color: '#051BDA'

red 5 ◦ green 27 ◦ blue 218

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

Shades of Medium Blue #051BDA

Tints of Medium Blue #051BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 87.2%

R = 2%
G = 10.8%
B = 87.2%

CMYK

 C value IS 0.98

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#051BDA (or 0x051BDA) is known color: Medium Blue. HEX triplet: 05, 1B and DA. RGB value is (5,27,218). Sum of RGB (Red+Green+Blue) = 5+27+218=250 (33% of max value = 765). Red value is 5 (2.34% from 255 or 2% from 250); Green value is 27 (10.94% from 255 or 10.8% from 250); Blue value is 218 (85.55% from 255 or 87.2% from 250); Max value from RGB is 218 - color contains mainly: blue. Hex color #051BDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051BDA is #FAE425. Grayscale: #292929. Windows color (decimal): -16442406 or 14293765. OLE color: 14293765.

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

Color convert

RGB 5 27 218 -
CMYK 0.98 0.88 0 0.15
HSL 233.8º 0.96% 0.44% -
HSV(B) 233.8º 0.98% 0.85% -
XYZ 13.11 5.88 66.77 -
YUV 42.2 227.21 101.47 -
System Red Green Blue C M Y K H S L
Decimal 5 27 218 0.98 0.88 0 0.15 233.8 0.96 0.44
Hex 5 1B DA 62 58 0 F EA 60 2C
Octal 5 33 332 142 130 0 17 352 140 54
Binary 101 11011 11011010 1100010 1011000 0 1111 11101010 1100000 101100

Color Harmonies of #051BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051BDA

Black with #051BDA

Text Example


Text Example

White with #051BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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