Html Css Color HEX #061ADD Medium Blue

📋 copy color: '#061ADD'

red 6 ◦ green 26 ◦ blue 221

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

Shades of Medium Blue #061ADD

Tints of Medium Blue #061ADD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.28%

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

R = 2.37%
G = 10.28%
B = 87.35%

CMYK

 C value IS 0.97

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#061ADD (or 0x061ADD) is known color: Medium Blue. HEX triplet: 06, 1A and DD. RGB value is (6,26,221). Sum of RGB (Red+Green+Blue) = 6+26+221=253 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.37% from 253); Green value is 26 (10.55% from 255 or 10.28% from 253); Blue value is 221 (86.72% from 255 or 87.35% from 253); Max value from RGB is 221 - color contains mainly: blue. Hex color #061ADD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061ADD is #F9E522. Grayscale: #292929. Windows color (decimal): -16377123 or 14490118. OLE color: 14490118.

HSL color Cylindrical-coordinate representation of color #061ADD: hue angle of 234.42º 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 #061ADD is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 6 26 221 -
CMYK 0.97 0.88 0 0.13
HSL 234.42º 0.95% 0.45% -
HSV(B) 234.42º 0.97% 0.87% -
XYZ 13.5 6 68.85 -
YUV 42.25 228.87 102.14 -
System Red Green Blue C M Y K H S L
Decimal 6 26 221 0.97 0.88 0 0.13 234.42 0.95 0.45
Hex 6 1A DD 61 58 0 D EA 5F 2D
Octal 6 32 335 141 130 0 15 352 137 55
Binary 110 11010 11011101 1100001 1011000 0 1101 11101010 1011111 101101

Color Harmonies of #061ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061ADD

Black with #061ADD

Text Example


Text Example

White with #061ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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