Html Css Color HEX #2D00DB Medium Blue

📋 copy color: '#2D00DB'

red 45 ◦ green 0 ◦ blue 219

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

Shades of Medium Blue #2D00DB

Tints of Medium Blue #2D00DB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 219 (85.94% from 255) = 82.95%

R = 17.05%
G = 0%
B = 82.95%

CMYK

 C value IS 0.79

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2D00DB (or 0x2D00DB) is known color: Medium Blue. HEX triplet: 2D, 00 and DB. RGB value is (45,0,219). Sum of RGB (Red+Green+Blue) = 45+0+219=264 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.05% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 219 (85.94% from 255 or 82.95% from 264); Max value from RGB is 219 - color contains mainly: blue. Hex color #2D00DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D00DB is #D2FF24. Grayscale: #252525. Windows color (decimal): -13827877 or 14352429. OLE color: 14352429.

HSL color Cylindrical-coordinate representation of color #2D00DB: hue angle of 252.33º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D00DB is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 45 0 219 -
CMYK 0.79 1 0 0.14
HSL 252.33º 1% 0.43% -
HSV(B) 252.33º 1% 0.86% -
XYZ 13.87 5.67 67.38 -
YUV 38.42 229.91 132.69 -
System Red Green Blue C M Y K H S L
Decimal 45 0 219 0.79 1 0 0.14 252.33 1 0.43
Hex 2D 0 DB 4F 64 0 E FC 64 2B
Octal 55 0 333 117 144 0 16 374 144 53
Binary 101101 0 11011011 1001111 1100100 0 1110 11111100 1100100 101011

Color Harmonies of #2D00DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D00DB

Black with #2D00DB

Text Example


Text Example

White with #2D00DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,0,219); }

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

background-color css

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

 a { background-color: rgb(45,0,219); }

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

border-color css

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

 span { border-color: rgb(45,0,219); }

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