Html Css Color HEX #1D14CE Medium Blue

📋 copy color: '#1D14CE'

red 29 ◦ green 20 ◦ blue 206

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

Shades of Medium Blue #1D14CE

Tints of Medium Blue #1D14CE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.84%

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

R = 11.37%
G = 7.84%
B = 80.78%

CMYK

 C value IS 0.86

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1D14CE (or 0x1D14CE) is known color: Medium Blue. HEX triplet: 1D, 14 and CE. RGB value is (29,20,206). Sum of RGB (Red+Green+Blue) = 29+20+206=255 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.37% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 206 (80.86% from 255 or 80.78% from 255); Max value from RGB is 206 - color contains mainly: blue. Hex color #1D14CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D14CE is #E2EB31. Grayscale: #2B2B2B. Windows color (decimal): -14871346 or 13505565. OLE color: 13505565.

HSL color Cylindrical-coordinate representation of color #1D14CE: hue angle of 242.9º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1D14CE is Cyan = 0.86, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 29 20 206 -
CMYK 0.86 0.90 0 0.19
HSL 242.9º 0.82% 0.44% -
HSV(B) 242.9º 0.9% 0.81% -
XYZ 11.9 5.22 58.77 -
YUV 43.9 219.48 117.38 -
System Red Green Blue C M Y K H S L
Decimal 29 20 206 0.86 0.90 0 0.19 242.9 0.82 0.44
Hex 1D 14 CE 56 5A 0 13 F3 52 2C
Octal 35 24 316 126 132 0 23 363 122 54
Binary 11101 10100 11001110 1010110 1011010 0 10011 11110011 1010010 101100

Color Harmonies of #1D14CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D14CE

Black with #1D14CE

Text Example


Text Example

White with #1D14CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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