Html Css Color HEX #051DDA Medium Blue

📋 copy color: '#051DDA'

red 5 ◦ green 29 ◦ blue 218

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

Shades of Medium Blue #051DDA

Tints of Medium Blue #051DDA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.51%

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

R = 1.98%
G = 11.51%
B = 86.51%

CMYK

 C value IS 0.98

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#051DDA (or 0x051DDA) is known color: Medium Blue. HEX triplet: 05, 1D and DA. RGB value is (5,29,218). Sum of RGB (Red+Green+Blue) = 5+29+218=252 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 252); Green value is 29 (11.72% from 255 or 11.51% from 252); Blue value is 218 (85.55% from 255 or 86.51% from 252); Max value from RGB is 218 - color contains mainly: blue. Hex color #051DDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051DDA is #FAE225. Grayscale: #2A2A2A. Windows color (decimal): -16441894 or 14294277. OLE color: 14294277.

HSL color Cylindrical-coordinate representation of color #051DDA: hue angle of 233.24º 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 #051DDA is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 5 29 218 -
CMYK 0.98 0.87 0 0.15
HSL 233.24º 0.96% 0.44% -
HSV(B) 233.24º 0.98% 0.85% -
XYZ 13.16 5.97 66.79 -
YUV 43.37 226.55 100.63 -
System Red Green Blue C M Y K H S L
Decimal 5 29 218 0.98 0.87 0 0.15 233.24 0.96 0.44
Hex 5 1D DA 62 57 0 F E9 60 2C
Octal 5 35 332 142 127 0 17 351 140 54
Binary 101 11101 11011010 1100010 1010111 0 1111 11101001 1100000 101100

Color Harmonies of #051DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051DDA

Black with #051DDA

Text Example


Text Example

White with #051DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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