Html Css Color HEX #1D11CC Medium Blue

📋 copy color: '#1D11CC'

red 29 ◦ green 17 ◦ blue 204

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

Shades of Medium Blue #1D11CC

Tints of Medium Blue #1D11CC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.8%

 BLUE value IS 204 (80.08% from 255) = 81.6%

R = 11.6%
G = 6.8%
B = 81.6%

CMYK

 C value IS 0.86

 M value IS 0.92

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1D11CC (or 0x1D11CC) is known color: Medium Blue. HEX triplet: 1D, 11 and CC. RGB value is (29,17,204). Sum of RGB (Red+Green+Blue) = 29+17+204=250 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.6% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 204 (80.08% from 255 or 81.6% from 250); Max value from RGB is 204 - color contains mainly: blue. Hex color #1D11CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D11CC is #E2EE33. Grayscale: #292929. Windows color (decimal): -14872116 or 13373725. OLE color: 13373725.

HSL color Cylindrical-coordinate representation of color #1D11CC: hue angle of 243.85º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1D11CC is Cyan = 0.86, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 29 17 204 -
CMYK 0.86 0.92 0 0.2
HSL 243.85º 0.85% 0.43% -
HSV(B) 243.85º 0.92% 0.8% -
XYZ 11.61 5.02 57.48 -
YUV 41.91 219.48 118.79 -
System Red Green Blue C M Y K H S L
Decimal 29 17 204 0.86 0.92 0 0.2 243.85 0.85 0.43
Hex 1D 11 CC 56 5C 0 14 F4 55 2B
Octal 35 21 314 126 134 0 24 364 125 53
Binary 11101 10001 11001100 1010110 1011100 0 10100 11110100 1010101 101011

Color Harmonies of #1D11CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D11CC

Black with #1D11CC

Text Example


Text Example

White with #1D11CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,17,204); }

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

background-color css

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

 a { background-color: rgb(29,17,204); }

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

border-color css

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

 span { border-color: rgb(29,17,204); }

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