Html Css Color HEX #1D15DF Medium Blue

📋 copy color: '#1D15DF'

red 29 ◦ green 21 ◦ blue 223

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

Shades of Medium Blue #1D15DF

Tints of Medium Blue #1D15DF

RGB

 RED value IS 29 (11.72% from 255) = 10.62%

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

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

R = 10.62%
G = 7.69%
B = 81.68%

CMYK

 C value IS 0.87

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1D15DF (or 0x1D15DF) is known color: Medium Blue. HEX triplet: 1D, 15 and DF. RGB value is (29,21,223). Sum of RGB (Red+Green+Blue) = 29+21+223=273 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.62% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 223 (87.5% from 255 or 81.68% from 273); Max value from RGB is 223 - color contains mainly: blue. Hex color #1D15DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D15DF is #E2EA20. Grayscale: #2D2D2D. Windows color (decimal): -14871073 or 14619933. OLE color: 14619933.

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

Color convert

RGB 29 21 223 -
CMYK 0.87 0.91 0 0.13
HSL 242.38º 0.83% 0.48% -
HSV(B) 242.38º 0.91% 0.87% -
XYZ 14.09 6.13 70.25 -
YUV 46.42 227.65 115.57 -
System Red Green Blue C M Y K H S L
Decimal 29 21 223 0.87 0.91 0 0.13 242.38 0.83 0.48
Hex 1D 15 DF 57 5B 0 D F2 53 30
Octal 35 25 337 127 133 0 15 362 123 60
Binary 11101 10101 11011111 1010111 1011011 0 1101 11110010 1010011 110000

Color Harmonies of #1D15DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D15DF

Black with #1D15DF

Text Example


Text Example

White with #1D15DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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