Html Css Color HEX #001DD7 Medium Blue

📋 copy color: '#001DD7'

red 0 ◦ green 29 ◦ blue 215

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

Shades of Medium Blue #001DD7

Tints of Medium Blue #001DD7

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.89%

 BLUE value IS 215 (84.38% from 255) = 88.11%

R = 0%
G = 11.89%
B = 88.11%

CMYK

 C value IS 1

 M value IS 0.87

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#001DD7 (or 0x001DD7) is known color: Medium Blue. HEX triplet: 00, 1D and D7. RGB value is (0,29,215). Sum of RGB (Red+Green+Blue) = 0+29+215=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 29 (11.72% from 255 or 11.89% from 244); Blue value is 215 (84.38% from 255 or 88.11% from 244); Max value from RGB is 215 - color contains mainly: blue. Hex color #001DD7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001DD7 is #FFE228. Grayscale: #282828. Windows color (decimal): -16769577 or 14097664. OLE color: 14097664.

HSL color Cylindrical-coordinate representation of color #001DD7: hue angle of 231.91º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001DD7 is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 0 29 215 -
CMYK 1 0.87 0 0.16
HSL 231.91º 1% 0.42% -
HSV(B) 231.91º 1% 0.84% -
XYZ 12.71 5.79 64.74 -
YUV 41.53 225.89 98.38 -
System Red Green Blue C M Y K H S L
Decimal 0 29 215 1 0.87 0 0.16 231.91 1 0.42
Hex 0 1D D7 64 57 0 10 E8 64 2A
Octal 0 35 327 144 127 0 20 350 144 52
Binary 0 11101 11010111 1100100 1010111 0 10000 11101000 1100100 101010

Color Harmonies of #001DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001DD7

Black with #001DD7

Text Example


Text Example

White with #001DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001DD7; }

 p { color: rgb(0,29,215); }

 H1.HeaderClassName
 {
   color: #001DD7;
 }
 .AnyTagClassName
 {
   color: #001DD7;
 }
</style>

background-color css

<style>
 a { background-color: #001DD7; }

 a { background-color: rgb(0,29,215); }

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

border-color css

<style>
 span { border-color: #001DD7; }

 span { border-color: rgb(0,29,215); }

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