Html Css Color HEX #001DCF Medium Blue

📋 copy color: '#001DCF'

red 0 ◦ green 29 ◦ blue 207

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

Shades of Medium Blue #001DCF

Tints of Medium Blue #001DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 87.71%

R = 0%
G = 12.29%
B = 87.71%

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

#001DCF (or 0x001DCF) is known color: Medium Blue. HEX triplet: 00, 1D and CF. RGB value is (0,29,207). Sum of RGB (Red+Green+Blue) = 0+29+207=236 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 236); Green value is 29 (11.72% from 255 or 12.29% from 236); Blue value is 207 (81.25% from 255 or 87.71% from 236); Max value from RGB is 207 - color contains mainly: blue. Hex color #001DCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001DCF is #FFE230. Grayscale: #272727. Windows color (decimal): -16769585 or 13573376. OLE color: 13573376.

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

Color convert

RGB 0 29 207 -
CMYK 1 0.86 0 0.19
HSL 231.59º 1% 0.41% -
HSV(B) 231.59º 1% 0.81% -
XYZ 11.7 5.38 59.45 -
YUV 40.62 221.89 99.03 -
System Red Green Blue C M Y K H S L
Decimal 0 29 207 1 0.86 0 0.19 231.59 1 0.41
Hex 0 1D CF 64 56 0 13 E8 64 29
Octal 0 35 317 144 126 0 23 350 144 51
Binary 0 11101 11001111 1100100 1010110 0 10011 11101000 1100100 101001

Color Harmonies of #001DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001DCF

Black with #001DCF

Text Example


Text Example

White with #001DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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