Html Css Color HEX #001FD0 Medium Blue

📋 copy color: '#001FD0'

red 0 ◦ green 31 ◦ blue 208

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

Shades of Medium Blue #001FD0

Tints of Medium Blue #001FD0

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.97%

 BLUE value IS 208 (81.64% from 255) = 87.03%

R = 0%
G = 12.97%
B = 87.03%

CMYK

 C value IS 1

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#001FD0 (or 0x001FD0) is known color: Medium Blue. HEX triplet: 00, 1F and D0. RGB value is (0,31,208). Sum of RGB (Red+Green+Blue) = 0+31+208=239 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 239); Green value is 31 (12.5% from 255 or 12.97% from 239); Blue value is 208 (81.64% from 255 or 87.03% from 239); Max value from RGB is 208 - color contains mainly: blue. Hex color #001FD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001FD0 is #FFE02F. Grayscale: #292929. Windows color (decimal): -16769072 or 13639424. OLE color: 13639424.

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

Color convert

RGB 0 31 208 -
CMYK 1 0.85 0 0.18
HSL 231.06º 1% 0.41% -
HSV(B) 231.06º 1% 0.82% -
XYZ 11.88 5.53 60.12 -
YUV 41.91 221.73 98.11 -
System Red Green Blue C M Y K H S L
Decimal 0 31 208 1 0.85 0 0.18 231.06 1 0.41
Hex 0 1F D0 64 55 0 12 E7 64 29
Octal 0 37 320 144 125 0 22 347 144 51
Binary 0 11111 11010000 1100100 1010101 0 10010 11100111 1100100 101001

Color Harmonies of #001FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001FD0

Black with #001FD0

Text Example


Text Example

White with #001FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,31,208); }

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

background-color css

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

 a { background-color: rgb(0,31,208); }

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

border-color css

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

 span { border-color: rgb(0,31,208); }

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