Html Css Color HEX #2D00DE Medium Blue

📋 copy color: '#2D00DE'

red 45 ◦ green 0 ◦ blue 222

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

Shades of Medium Blue #2D00DE

Tints of Medium Blue #2D00DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 83.15%

R = 16.85%
G = 0%
B = 83.15%

CMYK

 C value IS 0.80

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2D00DE (or 0x2D00DE) is known color: Medium Blue. HEX triplet: 2D, 00 and DE. RGB value is (45,0,222). Sum of RGB (Red+Green+Blue) = 45+0+222=267 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.85% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 222 (87.11% from 255 or 83.15% from 267); Max value from RGB is 222 - color contains mainly: blue. Hex color #2D00DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D00DE is #D2FF21. Grayscale: #252525. Windows color (decimal): -13827874 or 14549037. OLE color: 14549037.

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

Color convert

RGB 45 0 222 -
CMYK 0.80 1 0 0.13
HSL 252.16º 1% 0.44% -
HSV(B) 252.16º 1% 0.87% -
XYZ 14.27 5.83 69.48 -
YUV 38.76 231.41 132.45 -
System Red Green Blue C M Y K H S L
Decimal 45 0 222 0.80 1 0 0.13 252.16 1 0.44
Hex 2D 0 DE 50 64 0 D FC 64 2C
Octal 55 0 336 120 144 0 15 374 144 54
Binary 101101 0 11011110 1010000 1100100 0 1101 11111100 1100100 101100

Color Harmonies of #2D00DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D00DE

Black with #2D00DE

Text Example


Text Example

White with #2D00DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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