Html Css Color HEX #051CD9 Medium Blue

📋 copy color: '#051CD9'

red 5 ◦ green 28 ◦ blue 217

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

Shades of Medium Blue #051CD9

Tints of Medium Blue #051CD9

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.2%

 BLUE value IS 217 (85.16% from 255) = 86.8%

R = 2%
G = 11.2%
B = 86.8%

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

#051CD9 (or 0x051CD9) is known color: Medium Blue. HEX triplet: 05, 1C and D9. RGB value is (5,28,217). Sum of RGB (Red+Green+Blue) = 5+28+217=250 (33% of max value = 765). Red value is 5 (2.34% from 255 or 2% from 250); Green value is 28 (11.33% from 255 or 11.2% from 250); Blue value is 217 (85.16% from 255 or 86.8% from 250); Max value from RGB is 217 - color contains mainly: blue. Hex color #051CD9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051CD9 is #FAE326. Grayscale: #292929. Windows color (decimal): -16442151 or 14228485. OLE color: 14228485.

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

Color convert

RGB 5 28 217 -
CMYK 0.98 0.87 0 0.15
HSL 233.49º 0.95% 0.44% -
HSV(B) 233.49º 0.98% 0.85% -
XYZ 13 5.87 66.09 -
YUV 42.67 226.38 101.13 -
System Red Green Blue C M Y K H S L
Decimal 5 28 217 0.98 0.87 0 0.15 233.49 0.95 0.44
Hex 5 1C D9 62 57 0 F E9 5F 2C
Octal 5 34 331 142 127 0 17 351 137 54
Binary 101 11100 11011001 1100010 1010111 0 1111 11101001 1011111 101100

Color Harmonies of #051CD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051CD9

Black with #051CD9

Text Example


Text Example

White with #051CD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,28,217); }

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

background-color css

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

 a { background-color: rgb(5,28,217); }

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

border-color css

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

 span { border-color: rgb(5,28,217); }

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