Html Css Color HEX #061DDD Medium Blue

📋 copy color: '#061DDD'

red 6 ◦ green 29 ◦ blue 221

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

Shades of Medium Blue #061DDD

Tints of Medium Blue #061DDD

RGB

 RED value IS 6 (2.73% from 255) = 2.34%

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

 BLUE value IS 221 (86.72% from 255) = 86.33%

R = 2.34%
G = 11.33%
B = 86.33%

CMYK

 C value IS 0.97

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#061DDD (or 0x061DDD) is known color: Medium Blue. HEX triplet: 06, 1D and DD. RGB value is (6,29,221). Sum of RGB (Red+Green+Blue) = 6+29+221=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 221 (86.72% from 255 or 86.33% from 256); Max value from RGB is 221 - color contains mainly: blue. Hex color #061DDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061DDD is #F9E222. Grayscale: #2B2B2B. Windows color (decimal): -16376355 or 14490886. OLE color: 14490886.

HSL color Cylindrical-coordinate representation of color #061DDD: hue angle of 233.58º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #061DDD is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 6 29 221 -
CMYK 0.97 0.87 0 0.13
HSL 233.58º 0.95% 0.45% -
HSV(B) 233.58º 0.97% 0.87% -
XYZ 13.57 6.14 68.88 -
YUV 44.01 227.88 100.89 -
System Red Green Blue C M Y K H S L
Decimal 6 29 221 0.97 0.87 0 0.13 233.58 0.95 0.45
Hex 6 1D DD 61 57 0 D EA 5F 2D
Octal 6 35 335 141 127 0 15 352 137 55
Binary 110 11101 11011101 1100001 1010111 0 1101 11101010 1011111 101101

Color Harmonies of #061DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061DDD

Black with #061DDD

Text Example


Text Example

White with #061DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061DDD; }

 p { color: rgb(6,29,221); }

 H1.HeaderClassName
 {
   color: #061DDD;
 }
 .AnyTagClassName
 {
   color: #061DDD;
 }
</style>

background-color css

<style>
 a { background-color: #061DDD; }

 a { background-color: rgb(6,29,221); }

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

border-color css

<style>
 span { border-color: #061DDD; }

 span { border-color: rgb(6,29,221); }

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