Html Css Color HEX #1F04DD Medium Blue

📋 copy color: '#1F04DD'

red 31 ◦ green 4 ◦ blue 221

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

Shades of Medium Blue #1F04DD

Tints of Medium Blue #1F04DD

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.56%

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

R = 12.11%
G = 1.56%
B = 86.33%

CMYK

 C value IS 0.86

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1F04DD (or 0x1F04DD) is known color: Medium Blue. HEX triplet: 1F, 04 and DD. RGB value is (31,4,221). Sum of RGB (Red+Green+Blue) = 31+4+221=256 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.11% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 221 (86.72% from 255 or 86.33% from 256); Max value from RGB is 221 - color contains mainly: blue. Hex color #1F04DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F04DD is #E0FB22. Grayscale: #232323. Windows color (decimal): -14744355 or 14484511. OLE color: 14484511.

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

Color convert

RGB 31 4 221 -
CMYK 0.86 0.98 0 0.13
HSL 247.47º 0.96% 0.44% -
HSV(B) 247.47º 0.98% 0.87% -
XYZ 13.66 5.6 68.77 -
YUV 36.81 231.95 123.86 -
System Red Green Blue C M Y K H S L
Decimal 31 4 221 0.86 0.98 0 0.13 247.47 0.96 0.44
Hex 1F 4 DD 56 62 0 D F7 60 2C
Octal 37 4 335 126 142 0 15 367 140 54
Binary 11111 100 11011101 1010110 1100010 0 1101 11110111 1100000 101100

Color Harmonies of #1F04DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F04DD

Black with #1F04DD

Text Example


Text Example

White with #1F04DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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