Html Css Color HEX #1F01DF Medium Blue

📋 copy color: '#1F01DF'

red 31 ◦ green 1 ◦ blue 223

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

Shades of Medium Blue #1F01DF

Tints of Medium Blue #1F01DF

RGB

 RED value IS 31 (12.5% from 255) = 12.16%

 GREEN value IS 1 (0.78% from 255) = 0.39%

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

R = 12.16%
G = 0.39%
B = 87.45%

CMYK

 C value IS 0.86

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1F01DF (or 0x1F01DF) is known color: Medium Blue. HEX triplet: 1F, 01 and DF. RGB value is (31,1,223). Sum of RGB (Red+Green+Blue) = 31+1+223=255 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.16% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 223 (87.5% from 255 or 87.45% from 255); Max value from RGB is 223 - color contains mainly: blue. Hex color #1F01DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F01DF is #E0FE20. Grayscale: #222222. Windows color (decimal): -14745121 or 14614815. OLE color: 14614815.

HSL color Cylindrical-coordinate representation of color #1F01DF: hue angle of 248.11º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F01DF is Cyan = 0.86, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 31 1 223 -
CMYK 0.86 1.00 0 0.13
HSL 248.11º 0.99% 0.44% -
HSV(B) 248.11º 1% 0.87% -
XYZ 13.9 5.64 70.17 -
YUV 35.28 233.94 124.95 -
System Red Green Blue C M Y K H S L
Decimal 31 1 223 0.86 1.00 0 0.13 248.11 0.99 0.44
Hex 1F 1 DF 56 64 0 D F8 63 2C
Octal 37 1 337 126 144 0 15 370 143 54
Binary 11111 1 11011111 1010110 1100100 0 1101 11111000 1100011 101100

Color Harmonies of #1F01DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F01DF

Black with #1F01DF

Text Example


Text Example

White with #1F01DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F01DF; }

 p { color: rgb(31,1,223); }

 H1.HeaderClassName
 {
   color: #1F01DF;
 }
 .AnyTagClassName
 {
   color: #1F01DF;
 }
</style>

background-color css

<style>
 a { background-color: #1F01DF; }

 a { background-color: rgb(31,1,223); }

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

border-color css

<style>
 span { border-color: #1F01DF; }

 span { border-color: rgb(31,1,223); }

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