Html Css Color HEX #001EDF Medium Blue

📋 copy color: '#001EDF'

red 0 ◦ green 30 ◦ blue 223

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

Shades of Medium Blue #001EDF

Tints of Medium Blue #001EDF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.86%

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

R = 0%
G = 11.86%
B = 88.14%

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

#001EDF (or 0x001EDF) is known color: Medium Blue. HEX triplet: 00, 1E and DF. RGB value is (0,30,223). Sum of RGB (Red+Green+Blue) = 0+30+223=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 30 (12.11% from 255 or 11.86% from 253); Blue value is 223 (87.5% from 255 or 88.14% from 253); Max value from RGB is 223 - color contains mainly: blue. Hex color #001EDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001EDF is #FFE120. Grayscale: #2A2A2A. Windows color (decimal): -16769313 or 14622208. OLE color: 14622208.

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

Color convert

RGB 0 30 223 -
CMYK 1 0.87 0 0.13
HSL 231.93º 1% 0.44% -
HSV(B) 231.93º 1% 0.87% -
XYZ 13.78 6.26 70.29 -
YUV 43.03 229.56 97.31 -
System Red Green Blue C M Y K H S L
Decimal 0 30 223 1 0.87 0 0.13 231.93 1 0.44
Hex 0 1E DF 64 57 0 D E8 64 2C
Octal 0 36 337 144 127 0 15 350 144 54
Binary 0 11110 11011111 1100100 1010111 0 1101 11101000 1100100 101100

Color Harmonies of #001EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001EDF

Black with #001EDF

Text Example


Text Example

White with #001EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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