Html Css Color HEX #1F04DC Medium Blue

📋 copy color: '#1F04DC'

red 31 ◦ green 4 ◦ blue 220

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

Shades of Medium Blue #1F04DC

Tints of Medium Blue #1F04DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 86.27%

R = 12.16%
G = 1.57%
B = 86.27%

CMYK

 C value IS 0.86

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1F04DC (or 0x1F04DC) is known color: Medium Blue. HEX triplet: 1F, 04 and DC. RGB value is (31,4,220). Sum of RGB (Red+Green+Blue) = 31+4+220=255 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.16% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 220 (86.33% from 255 or 86.27% from 255); Max value from RGB is 220 - color contains mainly: blue. Hex color #1F04DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F04DC is #E0FB23. Grayscale: #232323. Windows color (decimal): -14744356 or 14418975. OLE color: 14418975.

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

Color convert

RGB 31 4 220 -
CMYK 0.86 0.98 0 0.14
HSL 247.5º 0.96% 0.44% -
HSV(B) 247.5º 0.98% 0.86% -
XYZ 13.53 5.55 68.07 -
YUV 36.7 231.45 123.94 -
System Red Green Blue C M Y K H S L
Decimal 31 4 220 0.86 0.98 0 0.14 247.5 0.96 0.44
Hex 1F 4 DC 56 62 0 E F8 60 2C
Octal 37 4 334 126 142 0 16 370 140 54
Binary 11111 100 11011100 1010110 1100010 0 1110 11111000 1100000 101100

Color Harmonies of #1F04DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F04DC

Black with #1F04DC

Text Example


Text Example

White with #1F04DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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