Html Css Color HEX #1F01DD Medium Blue

📋 copy color: '#1F01DD'

red 31 ◦ green 1 ◦ blue 221

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

Shades of Medium Blue #1F01DD

Tints of Medium Blue #1F01DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 87.35%

R = 12.25%
G = 0.4%
B = 87.35%

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

#1F01DD (or 0x1F01DD) is known color: Medium Blue. HEX triplet: 1F, 01 and DD. RGB value is (31,1,221). Sum of RGB (Red+Green+Blue) = 31+1+221=253 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.25% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 221 (86.72% from 255 or 87.35% from 253); Max value from RGB is 221 - color contains mainly: blue. Hex color #1F01DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F01DD is #E0FE22. Grayscale: #222222. Windows color (decimal): -14745123 or 14483743. OLE color: 14483743.

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

Color convert

RGB 31 1 221 -
CMYK 0.86 1.00 0 0.13
HSL 248.18º 0.99% 0.44% -
HSV(B) 248.18º 1% 0.87% -
XYZ 13.63 5.53 68.76 -
YUV 35.05 232.94 125.11 -
System Red Green Blue C M Y K H S L
Decimal 31 1 221 0.86 1.00 0 0.13 248.18 0.99 0.44
Hex 1F 1 DD 56 64 0 D F8 63 2C
Octal 37 1 335 126 144 0 15 370 143 54
Binary 11111 1 11011101 1010110 1100100 0 1101 11111000 1100011 101100

Color Harmonies of #1F01DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F01DD

Black with #1F01DD

Text Example


Text Example

White with #1F01DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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