Html Css Color HEX #1203DB Medium Blue

📋 copy color: '#1203DB'

red 18 ◦ green 3 ◦ blue 219

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

Shades of Medium Blue #1203DB

Tints of Medium Blue #1203DB

RGB

 RED value IS 18 (7.42% from 255) = 7.5%

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

 BLUE value IS 219 (85.94% from 255) = 91.25%

R = 7.5%
G = 1.25%
B = 91.25%

CMYK

 C value IS 0.92

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1203DB (or 0x1203DB) is known color: Medium Blue. HEX triplet: 12, 03 and DB. RGB value is (18,3,219). Sum of RGB (Red+Green+Blue) = 18+3+219=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 219 (85.94% from 255 or 91.25% from 240); Max value from RGB is 219 - color contains mainly: blue. Hex color #1203DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1203DB is #EDFC24. Grayscale: #1F1F1F. Windows color (decimal): -15596581 or 14353170. OLE color: 14353170.

HSL color Cylindrical-coordinate representation of color #1203DB: hue angle of 244.17º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1203DB is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 3 219 -
CMYK 0.92 0.99 0 0.14
HSL 244.17º 0.97% 0.44% -
HSV(B) 244.17º 0.99% 0.86% -
XYZ 13.07 5.31 67.35 -
YUV 32.11 233.47 117.94 -
System Red Green Blue C M Y K H S L
Decimal 18 3 219 0.92 0.99 0 0.14 244.17 0.97 0.44
Hex 12 3 DB 5C 63 0 E F4 61 2C
Octal 22 3 333 134 143 0 16 364 141 54
Binary 10010 11 11011011 1011100 1100011 0 1110 11110100 1100001 101100

Color Harmonies of #1203DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1203DB

Black with #1203DB

Text Example


Text Example

White with #1203DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1203DB; }

 p { color: rgb(18,3,219); }

 H1.HeaderClassName
 {
   color: #1203DB;
 }
 .AnyTagClassName
 {
   color: #1203DB;
 }
</style>

background-color css

<style>
 a { background-color: #1203DB; }

 a { background-color: rgb(18,3,219); }

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

border-color css

<style>
 span { border-color: #1203DB; }

 span { border-color: rgb(18,3,219); }

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