Html Css Color HEX #001CDF Medium Blue

📋 copy color: '#001CDF'

red 0 ◦ green 28 ◦ blue 223

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

Shades of Medium Blue #001CDF

Tints of Medium Blue #001CDF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.16%

 BLUE value IS 223 (87.5% from 255) = 88.84%

R = 0%
G = 11.16%
B = 88.84%

CMYK

 C value IS 1

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#001CDF (or 0x001CDF) is known color: Medium Blue. HEX triplet: 00, 1C and DF. RGB value is (0,28,223). Sum of RGB (Red+Green+Blue) = 0+28+223=251 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 251); Green value is 28 (11.33% from 255 or 11.16% from 251); Blue value is 223 (87.5% from 255 or 88.84% from 251); Max value from RGB is 223 - color contains mainly: blue. Hex color #001CDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001CDF is #FFE320. Grayscale: #292929. Windows color (decimal): -16769825 or 14621696. OLE color: 14621696.

HSL color Cylindrical-coordinate representation of color #001CDF: hue angle of 232.47º 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 #001CDF is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 28 223 -
CMYK 1 0.87 0 0.13
HSL 232.47º 1% 0.44% -
HSV(B) 232.47º 1% 0.87% -
XYZ 13.73 6.16 70.28 -
YUV 41.86 230.22 98.14 -
System Red Green Blue C M Y K H S L
Decimal 0 28 223 1 0.87 0 0.13 232.47 1 0.44
Hex 0 1C DF 64 57 0 D E8 64 2C
Octal 0 34 337 144 127 0 15 350 144 54
Binary 0 11100 11011111 1100100 1010111 0 1101 11101000 1100100 101100

Color Harmonies of #001CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001CDF

Black with #001CDF

Text Example


Text Example

White with #001CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,28,223); }

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

background-color css

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

 a { background-color: rgb(0,28,223); }

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

border-color css

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

 span { border-color: rgb(0,28,223); }

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