Html Css Color HEX #1F15DF Medium Blue

📋 copy color: '#1F15DF'

red 31 ◦ green 21 ◦ blue 223

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

Shades of Medium Blue #1F15DF

Tints of Medium Blue #1F15DF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.64%

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

R = 11.27%
G = 7.64%
B = 81.09%

CMYK

 C value IS 0.86

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1F15DF (or 0x1F15DF) is known color: Medium Blue. HEX triplet: 1F, 15 and DF. RGB value is (31,21,223). Sum of RGB (Red+Green+Blue) = 31+21+223=275 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.27% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 223 (87.5% from 255 or 81.09% from 275); Max value from RGB is 223 - color contains mainly: blue. Hex color #1F15DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F15DF is #E0EA20. Grayscale: #2E2E2E. Windows color (decimal): -14740001 or 14619935. OLE color: 14619935.

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

Color convert

RGB 31 21 223 -
CMYK 0.86 0.91 0 0.13
HSL 242.97º 0.83% 0.48% -
HSV(B) 242.97º 0.91% 0.87% -
XYZ 14.15 6.16 70.25 -
YUV 47.02 227.31 116.57 -
System Red Green Blue C M Y K H S L
Decimal 31 21 223 0.86 0.91 0 0.13 242.97 0.83 0.48
Hex 1F 15 DF 56 5B 0 D F3 53 30
Octal 37 25 337 126 133 0 15 363 123 60
Binary 11111 10101 11011111 1010110 1011011 0 1101 11110011 1010011 110000

Color Harmonies of #1F15DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F15DF

Black with #1F15DF

Text Example


Text Example

White with #1F15DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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