Html Css Color HEX #201BD8 Medium Blue

📋 copy color: '#201BD8'

red 32 ◦ green 27 ◦ blue 216

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

Shades of Medium Blue #201BD8

Tints of Medium Blue #201BD8

RGB

 RED value IS 32 (12.89% from 255) = 11.64%

 GREEN value IS 27 (10.94% from 255) = 9.82%

 BLUE value IS 216 (84.77% from 255) = 78.55%

R = 11.64%
G = 9.82%
B = 78.55%

CMYK

 C value IS 0.85

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#201BD8 (or 0x201BD8) is known color: Medium Blue. HEX triplet: 20, 1B and D8. RGB value is (32,27,216). Sum of RGB (Red+Green+Blue) = 32+27+216=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 27 (10.94% from 255 or 9.82% from 275); Blue value is 216 (84.77% from 255 or 78.55% from 275); Max value from RGB is 216 - color contains mainly: blue. Hex color #201BD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201BD8 is #DFE427. Grayscale: #313131. Windows color (decimal): -14672936 or 14162720. OLE color: 14162720.

HSL color Cylindrical-coordinate representation of color #201BD8: hue angle of 241.59º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #201BD8 is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 32 27 216 -
CMYK 0.85 0.88 0 0.15
HSL 241.59º 0.78% 0.48% -
HSV(B) 241.59º 0.88% 0.85% -
XYZ 13.38 6.05 65.43 -
YUV 50.04 221.66 115.13 -
System Red Green Blue C M Y K H S L
Decimal 32 27 216 0.85 0.88 0 0.15 241.59 0.78 0.48
Hex 20 1B D8 55 58 0 F F2 4E 30
Octal 40 33 330 125 130 0 17 362 116 60
Binary 100000 11011 11011000 1010101 1011000 0 1111 11110010 1001110 110000

Color Harmonies of #201BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201BD8

Black with #201BD8

Text Example


Text Example

White with #201BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201BD8; }

 p { color: rgb(32,27,216); }

 H1.HeaderClassName
 {
   color: #201BD8;
 }
 .AnyTagClassName
 {
   color: #201BD8;
 }
</style>

background-color css

<style>
 a { background-color: #201BD8; }

 a { background-color: rgb(32,27,216); }

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

border-color css

<style>
 span { border-color: #201BD8; }

 span { border-color: rgb(32,27,216); }

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