Html Css Color HEX #001DCE Medium Blue

📋 copy color: '#001DCE'

red 0 ◦ green 29 ◦ blue 206

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

Shades of Medium Blue #001DCE

Tints of Medium Blue #001DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 87.66%

R = 0%
G = 12.34%
B = 87.66%

CMYK

 C value IS 1

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#001DCE (or 0x001DCE) is known color: Medium Blue. HEX triplet: 00, 1D and CE. RGB value is (0,29,206). Sum of RGB (Red+Green+Blue) = 0+29+206=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 29 (11.72% from 255 or 12.34% from 235); Blue value is 206 (80.86% from 255 or 87.66% from 235); Max value from RGB is 206 - color contains mainly: blue. Hex color #001DCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001DCE is #FFE231. Grayscale: #272727. Windows color (decimal): -16769586 or 13507840. OLE color: 13507840.

HSL color Cylindrical-coordinate representation of color #001DCE: hue angle of 231.55º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001DCE is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 29 206 -
CMYK 1 0.86 0 0.19
HSL 231.55º 1% 0.4% -
HSV(B) 231.55º 1% 0.81% -
XYZ 11.58 5.33 58.81 -
YUV 40.51 221.39 99.11 -
System Red Green Blue C M Y K H S L
Decimal 0 29 206 1 0.86 0 0.19 231.55 1 0.4
Hex 0 1D CE 64 56 0 13 E8 64 28
Octal 0 35 316 144 126 0 23 350 144 50
Binary 0 11101 11001110 1100100 1010110 0 10011 11101000 1100100 101000

Color Harmonies of #001DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001DCE

Black with #001DCE

Text Example


Text Example

White with #001DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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