Html Css Color HEX #051CCD Medium Blue

📋 copy color: '#051CCD'

red 5 ◦ green 28 ◦ blue 205

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

Shades of Medium Blue #051CCD

Tints of Medium Blue #051CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 86.13%

R = 2.1%
G = 11.76%
B = 86.13%

CMYK

 C value IS 0.98

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#051CCD (or 0x051CCD) is known color: Medium Blue. HEX triplet: 05, 1C and CD. RGB value is (5,28,205). Sum of RGB (Red+Green+Blue) = 5+28+205=238 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.10% from 238); Green value is 28 (11.33% from 255 or 11.76% from 238); Blue value is 205 (80.47% from 255 or 86.13% from 238); Max value from RGB is 205 - color contains mainly: blue. Hex color #051CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051CCD is #FAE332. Grayscale: #282828. Windows color (decimal): -16442163 or 13442053. OLE color: 13442053.

HSL color Cylindrical-coordinate representation of color #051CCD: hue angle of 233.1º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051CCD is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 5 28 205 -
CMYK 0.98 0.86 0 0.20
HSL 233.1º 0.95% 0.41% -
HSV(B) 233.1º 0.98% 0.8% -
XYZ 11.5 5.27 58.17 -
YUV 41.3 220.38 102.11 -
System Red Green Blue C M Y K H S L
Decimal 5 28 205 0.98 0.86 0 0.20 233.1 0.95 0.41
Hex 5 1C CD 62 56 0 14 E9 5F 29
Octal 5 34 315 142 126 0 24 351 137 51
Binary 101 11100 11001101 1100010 1010110 0 10100 11101001 1011111 101001

Color Harmonies of #051CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051CCD

Black with #051CCD

Text Example


Text Example

White with #051CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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