Html Css Color HEX #1D0CCE Medium Blue

📋 copy color: '#1D0CCE'

red 29 ◦ green 12 ◦ blue 206

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

Shades of Medium Blue #1D0CCE

Tints of Medium Blue #1D0CCE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.86%

 BLUE value IS 206 (80.86% from 255) = 83.4%

R = 11.74%
G = 4.86%
B = 83.4%

CMYK

 C value IS 0.86

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1D0CCE (or 0x1D0CCE) is known color: Medium Blue. HEX triplet: 1D, 0C and CE. RGB value is (29,12,206). Sum of RGB (Red+Green+Blue) = 29+12+206=247 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.74% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 206 (80.86% from 255 or 83.40% from 247); Max value from RGB is 206 - color contains mainly: blue. Hex color #1D0CCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D0CCE is #E2F331. Grayscale: #262626. Windows color (decimal): -14873394 or 13503517. OLE color: 13503517.

HSL color Cylindrical-coordinate representation of color #1D0CCE: hue angle of 245.26º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1D0CCE is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 29 12 206 -
CMYK 0.86 0.94 0 0.19
HSL 245.26º 0.89% 0.43% -
HSV(B) 245.26º 0.94% 0.81% -
XYZ 11.78 4.98 58.73 -
YUV 39.2 222.13 120.73 -
System Red Green Blue C M Y K H S L
Decimal 29 12 206 0.86 0.94 0 0.19 245.26 0.89 0.43
Hex 1D C CE 56 5E 0 13 F5 59 2B
Octal 35 14 316 126 136 0 23 365 131 53
Binary 11101 1100 11001110 1010110 1011110 0 10011 11110101 1011001 101011

Color Harmonies of #1D0CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0CCE

Black with #1D0CCE

Text Example


Text Example

White with #1D0CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,12,206); }

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

background-color css

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

 a { background-color: rgb(29,12,206); }

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

border-color css

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

 span { border-color: rgb(29,12,206); }

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