Html Css Color HEX #2D01CB Medium Blue

📋 copy color: '#2D01CB'

red 45 ◦ green 1 ◦ blue 203

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

Shades of Medium Blue #2D01CB

Tints of Medium Blue #2D01CB

RGB

 RED value IS 45 (17.97% from 255) = 18.07%

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

 BLUE value IS 203 (79.69% from 255) = 81.53%

R = 18.07%
G = 0.4%
B = 81.53%

CMYK

 C value IS 0.78

 M value IS 1.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2D01CB (or 0x2D01CB) is known color: Medium Blue. HEX triplet: 2D, 01 and CB. RGB value is (45,1,203). Sum of RGB (Red+Green+Blue) = 45+1+203=249 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.07% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 203 (79.69% from 255 or 81.53% from 249); Max value from RGB is 203 - color contains mainly: blue. Hex color #2D01CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D01CB is #D2FE34. Grayscale: #242424. Windows color (decimal): -13827637 or 13304109. OLE color: 13304109.

HSL color Cylindrical-coordinate representation of color #2D01CB: hue angle of 253.07º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D01CB is Cyan = 0.78, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 45 1 203 -
CMYK 0.78 1.00 0 0.20
HSL 253.07º 0.99% 0.4% -
HSV(B) 253.07º 1% 0.8% -
XYZ 11.87 4.89 56.82 -
YUV 37.18 221.58 133.57 -
System Red Green Blue C M Y K H S L
Decimal 45 1 203 0.78 1.00 0 0.20 253.07 0.99 0.4
Hex 2D 1 CB 4E 64 0 14 FD 63 28
Octal 55 1 313 116 144 0 24 375 143 50
Binary 101101 1 11001011 1001110 1100100 0 10100 11111101 1100011 101000

Color Harmonies of #2D01CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D01CB

Black with #2D01CB

Text Example


Text Example

White with #2D01CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D01CB; }

 p { color: rgb(45,1,203); }

 H1.HeaderClassName
 {
   color: #2D01CB;
 }
 .AnyTagClassName
 {
   color: #2D01CB;
 }
</style>

background-color css

<style>
 a { background-color: #2D01CB; }

 a { background-color: rgb(45,1,203); }

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

border-color css

<style>
 span { border-color: #2D01CB; }

 span { border-color: rgb(45,1,203); }

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