Html Css Color HEX #051BDD Medium Blue

📋 copy color: '#051BDD'

red 5 ◦ green 27 ◦ blue 221

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

Shades of Medium Blue #051BDD

Tints of Medium Blue #051BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 87.35%

R = 1.98%
G = 10.67%
B = 87.35%

CMYK

 C value IS 0.98

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#051BDD (or 0x051BDD) is known color: Medium Blue. HEX triplet: 05, 1B and DD. RGB value is (5,27,221). Sum of RGB (Red+Green+Blue) = 5+27+221=253 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 253); Green value is 27 (10.94% from 255 or 10.67% from 253); Blue value is 221 (86.72% from 255 or 87.35% from 253); Max value from RGB is 221 - color contains mainly: blue. Hex color #051BDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051BDD is #FAE422. Grayscale: #292929. Windows color (decimal): -16442403 or 14490373. OLE color: 14490373.

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

Color convert

RGB 5 27 221 -
CMYK 0.98 0.88 0 0.13
HSL 233.89º 0.96% 0.44% -
HSV(B) 233.89º 0.98% 0.87% -
XYZ 13.51 6.04 68.86 -
YUV 42.54 228.71 101.23 -
System Red Green Blue C M Y K H S L
Decimal 5 27 221 0.98 0.88 0 0.13 233.89 0.96 0.44
Hex 5 1B DD 62 58 0 D EA 60 2C
Octal 5 33 335 142 130 0 15 352 140 54
Binary 101 11011 11011101 1100010 1011000 0 1101 11101010 1100000 101100

Color Harmonies of #051BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051BDD

Black with #051BDD

Text Example


Text Example

White with #051BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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