Html Css Color HEX #0205DD Medium Blue

📋 copy color: '#0205DD'

red 2 ◦ green 5 ◦ blue 221

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

Shades of Medium Blue #0205DD

Tints of Medium Blue #0205DD

RGB

 RED value IS 2 (1.17% from 255) = 0.88%

 GREEN value IS 5 (2.34% from 255) = 2.19%

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

R = 0.88%
G = 2.19%
B = 96.93%

CMYK

 C value IS 0.99

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0205DD (or 0x0205DD) is known color: Medium Blue. HEX triplet: 02, 05 and DD. RGB value is (2,5,221). Sum of RGB (Red+Green+Blue) = 2+5+221=228 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 221 (86.72% from 255 or 96.93% from 228); Max value from RGB is 221 - color contains mainly: blue. Hex color #0205DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0205DD is #FDFA22. Grayscale: #1B1B1B. Windows color (decimal): -16644643 or 14484738. OLE color: 14484738.

HSL color Cylindrical-coordinate representation of color #0205DD: hue angle of 239.18º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0205DD is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 5 221 -
CMYK 0.99 0.98 0 0.13
HSL 239.18º 0.98% 0.44% -
HSV(B) 239.18º 0.99% 0.87% -
XYZ 13.13 5.34 68.75 -
YUV 28.73 236.51 108.94 -
System Red Green Blue C M Y K H S L
Decimal 2 5 221 0.99 0.98 0 0.13 239.18 0.98 0.44
Hex 2 5 DD 63 62 0 D EF 62 2C
Octal 2 5 335 143 142 0 15 357 142 54
Binary 10 101 11011101 1100011 1100010 0 1101 11101111 1100010 101100

Color Harmonies of #0205DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0205DD

Black with #0205DD

Text Example


Text Example

White with #0205DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0205DD; }

 p { color: rgb(2,5,221); }

 H1.HeaderClassName
 {
   color: #0205DD;
 }
 .AnyTagClassName
 {
   color: #0205DD;
 }
</style>

background-color css

<style>
 a { background-color: #0205DD; }

 a { background-color: rgb(2,5,221); }

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

border-color css

<style>
 span { border-color: #0205DD; }

 span { border-color: rgb(2,5,221); }

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