Html Css Color HEX #1002DB Medium Blue

📋 copy color: '#1002DB'

red 16 ◦ green 2 ◦ blue 219

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

Shades of Medium Blue #1002DB

Tints of Medium Blue #1002DB

RGB

 RED value IS 16 (6.64% from 255) = 6.75%

 GREEN value IS 2 (1.17% from 255) = 0.84%

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

R = 6.75%
G = 0.84%
B = 92.41%

CMYK

 C value IS 0.93

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1002DB (or 0x1002DB) is known color: Medium Blue. HEX triplet: 10, 02 and DB. RGB value is (16,2,219). Sum of RGB (Red+Green+Blue) = 16+2+219=237 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.75% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 219 (85.94% from 255 or 92.41% from 237); Max value from RGB is 219 - color contains mainly: blue. Hex color #1002DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1002DB is #EFFD24. Grayscale: #1E1E1E. Windows color (decimal): -15727909 or 14352912. OLE color: 14352912.

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

Color convert

RGB 16 2 219 -
CMYK 0.93 0.99 0 0.14
HSL 243.87º 0.98% 0.43% -
HSV(B) 243.87º 0.99% 0.86% -
XYZ 13.02 5.27 67.35 -
YUV 30.92 234.14 117.36 -
System Red Green Blue C M Y K H S L
Decimal 16 2 219 0.93 0.99 0 0.14 243.87 0.98 0.43
Hex 10 2 DB 5D 63 0 E F4 62 2B
Octal 20 2 333 135 143 0 16 364 142 53
Binary 10000 10 11011011 1011101 1100011 0 1110 11110100 1100010 101011

Color Harmonies of #1002DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1002DB

Black with #1002DB

Text Example


Text Example

White with #1002DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,2,219); }

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

background-color css

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

 a { background-color: rgb(16,2,219); }

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

border-color css

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

 span { border-color: rgb(16,2,219); }

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