Html Css Color HEX #051FCD Medium Blue

📋 copy color: '#051FCD'

red 5 ◦ green 31 ◦ blue 205

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

Shades of Medium Blue #051FCD

Tints of Medium Blue #051FCD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.86%

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

R = 2.07%
G = 12.86%
B = 85.06%

CMYK

 C value IS 0.98

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#051FCD (or 0x051FCD) is known color: Medium Blue. HEX triplet: 05, 1F and CD. RGB value is (5,31,205). Sum of RGB (Red+Green+Blue) = 5+31+205=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 31 (12.5% from 255 or 12.86% from 241); Blue value is 205 (80.47% from 255 or 85.06% from 241); Max value from RGB is 205 - color contains mainly: blue. Hex color #051FCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051FCD is #FAE032. Grayscale: #2A2A2A. Windows color (decimal): -16441395 or 13442821. OLE color: 13442821.

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

Color convert

RGB 5 31 205 -
CMYK 0.98 0.85 0 0.20
HSL 232.2º 0.95% 0.41% -
HSV(B) 232.2º 0.98% 0.8% -
XYZ 11.57 5.42 58.19 -
YUV 43.06 219.39 100.85 -
System Red Green Blue C M Y K H S L
Decimal 5 31 205 0.98 0.85 0 0.20 232.2 0.95 0.41
Hex 5 1F CD 62 55 0 14 E8 5F 29
Octal 5 37 315 142 125 0 24 350 137 51
Binary 101 11111 11001101 1100010 1010101 0 10100 11101000 1011111 101001

Color Harmonies of #051FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051FCD

Black with #051FCD

Text Example


Text Example

White with #051FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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