Html Css Color HEX #0201BD Medium Blue

📋 copy color: '#0201BD'

red 2 ◦ green 1 ◦ blue 189

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

Shades of Medium Blue #0201BD

Tints of Medium Blue #0201BD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

 BLUE value IS 189 (74.22% from 255) = 98.44%

R = 1.04%
G = 0.52%
B = 98.44%

CMYK

 C value IS 0.99

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0201BD (or 0x0201BD) is known color: Medium Blue. HEX triplet: 02, 01 and BD. RGB value is (2,1,189). Sum of RGB (Red+Green+Blue) = 2+1+189=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 189 (74.22% from 255 or 98.44% from 192); Max value from RGB is 189 - color contains mainly: blue. Hex color #0201BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0201BD is #FDFE42. Grayscale: #151515. Windows color (decimal): -16645699 or 12386562. OLE color: 12386562.

HSL color Cylindrical-coordinate representation of color #0201BD: hue angle of 240.32º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0201BD is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 2 1 189 -
CMYK 0.99 0.99 0 0.26
HSL 240.32º 0.99% 0.37% -
HSV(B) 240.32º 0.99% 0.74% -
XYZ 9.22 3.71 48.37 -
YUV 22.73 221.83 113.21 -
System Red Green Blue C M Y K H S L
Decimal 2 1 189 0.99 0.99 0 0.26 240.32 0.99 0.37
Hex 2 1 BD 63 63 0 1A F0 63 25
Octal 2 1 275 143 143 0 32 360 143 45
Binary 10 1 10111101 1100011 1100011 0 11010 11110000 1100011 100101

Color Harmonies of #0201BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0201BD

Black with #0201BD

Text Example


Text Example

White with #0201BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0201BD; }

 p { color: rgb(2,1,189); }

 H1.HeaderClassName
 {
   color: #0201BD;
 }
 .AnyTagClassName
 {
   color: #0201BD;
 }
</style>

background-color css

<style>
 a { background-color: #0201BD; }

 a { background-color: rgb(2,1,189); }

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

border-color css

<style>
 span { border-color: #0201BD; }

 span { border-color: rgb(2,1,189); }

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