Html Css Color HEX #1F00DF Medium Blue

📋 copy color: '#1F00DF'

red 31 ◦ green 0 ◦ blue 223

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

Shades of Medium Blue #1F00DF

Tints of Medium Blue #1F00DF

RGB

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

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

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

R = 12.2%
G = 0%
B = 87.8%

CMYK

 C value IS 0.86

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1F00DF (or 0x1F00DF) is known color: Medium Blue. HEX triplet: 1F, 00 and DF. RGB value is (31,0,223). Sum of RGB (Red+Green+Blue) = 31+0+223=254 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.20% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 223 (87.5% from 255 or 87.80% from 254); Max value from RGB is 223 - color contains mainly: blue. Hex color #1F00DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F00DF is #E0FF20. Grayscale: #212121. Windows color (decimal): -14745377 or 14614559. OLE color: 14614559.

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

Color convert

RGB 31 0 223 -
CMYK 0.86 1 0 0.13
HSL 248.34º 1% 0.44% -
HSV(B) 248.34º 1% 0.87% -
XYZ 13.88 5.62 70.16 -
YUV 34.69 234.27 125.37 -
System Red Green Blue C M Y K H S L
Decimal 31 0 223 0.86 1 0 0.13 248.34 1 0.44
Hex 1F 0 DF 56 64 0 D F8 64 2C
Octal 37 0 337 126 144 0 15 370 144 54
Binary 11111 0 11011111 1010110 1100100 0 1101 11111000 1100100 101100

Color Harmonies of #1F00DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F00DF

Black with #1F00DF

Text Example


Text Example

White with #1F00DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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