Html Css Color HEX #051DCF Medium Blue

📋 copy color: '#051DCF'

red 5 ◦ green 29 ◦ blue 207

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

Shades of Medium Blue #051DCF

Tints of Medium Blue #051DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 85.89%

R = 2.07%
G = 12.03%
B = 85.89%

CMYK

 C value IS 0.98

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#051DCF (or 0x051DCF) is known color: Medium Blue. HEX triplet: 05, 1D and CF. RGB value is (5,29,207). Sum of RGB (Red+Green+Blue) = 5+29+207=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 29 (11.72% from 255 or 12.03% from 241); Blue value is 207 (81.25% from 255 or 85.89% from 241); Max value from RGB is 207 - color contains mainly: blue. Hex color #051DCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051DCF is #FAE230. Grayscale: #292929. Windows color (decimal): -16441905 or 13573381. OLE color: 13573381.

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

Color convert

RGB 5 29 207 -
CMYK 0.98 0.86 0 0.19
HSL 232.87º 0.95% 0.42% -
HSV(B) 232.87º 0.98% 0.81% -
XYZ 11.76 5.42 59.46 -
YUV 42.12 221.05 101.53 -
System Red Green Blue C M Y K H S L
Decimal 5 29 207 0.98 0.86 0 0.19 232.87 0.95 0.42
Hex 5 1D CF 62 56 0 13 E9 5F 2A
Octal 5 35 317 142 126 0 23 351 137 52
Binary 101 11101 11001111 1100010 1010110 0 10011 11101001 1011111 101010

Color Harmonies of #051DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051DCF

Black with #051DCF

Text Example


Text Example

White with #051DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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