Html Css Color HEX #1D03CB Medium Blue

📋 copy color: '#1D03CB'

red 29 ◦ green 3 ◦ blue 203

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

Shades of Medium Blue #1D03CB

Tints of Medium Blue #1D03CB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.28%

 BLUE value IS 203 (79.69% from 255) = 86.38%

R = 12.34%
G = 1.28%
B = 86.38%

CMYK

 C value IS 0.86

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1D03CB (or 0x1D03CB) is known color: Medium Blue. HEX triplet: 1D, 03 and CB. RGB value is (29,3,203). Sum of RGB (Red+Green+Blue) = 29+3+203=235 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.34% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 203 (79.69% from 255 or 86.38% from 235); Max value from RGB is 203 - color contains mainly: blue. Hex color #1D03CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D03CB is #E2FC34. Grayscale: #202020. Windows color (decimal): -14875701 or 13304605. OLE color: 13304605.

HSL color Cylindrical-coordinate representation of color #1D03CB: hue angle of 247.8º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1D03CB is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 29 3 203 -
CMYK 0.86 0.99 0 0.20
HSL 247.8º 0.97% 0.4% -
HSV(B) 247.8º 0.99% 0.8% -
XYZ 11.32 4.64 56.8 -
YUV 33.57 223.61 124.74 -
System Red Green Blue C M Y K H S L
Decimal 29 3 203 0.86 0.99 0 0.20 247.8 0.97 0.4
Hex 1D 3 CB 56 63 0 14 F8 61 28
Octal 35 3 313 126 143 0 24 370 141 50
Binary 11101 11 11001011 1010110 1100011 0 10100 11111000 1100001 101000

Color Harmonies of #1D03CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D03CB

Black with #1D03CB

Text Example


Text Example

White with #1D03CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,3,203); }

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

background-color css

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

 a { background-color: rgb(29,3,203); }

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

border-color css

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

 span { border-color: rgb(29,3,203); }

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