Html Css Color HEX #1002DD Medium Blue

📋 copy color: '#1002DD'

red 16 ◦ green 2 ◦ blue 221

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

Shades of Medium Blue #1002DD

Tints of Medium Blue #1002DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 92.47%

R = 6.69%
G = 0.84%
B = 92.47%

CMYK

 C value IS 0.93

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1002DD (or 0x1002DD) is known color: Medium Blue. HEX triplet: 10, 02 and DD. RGB value is (16,2,221). Sum of RGB (Red+Green+Blue) = 16+2+221=239 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.69% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 221 (86.72% from 255 or 92.47% from 239); Max value from RGB is 221 - color contains mainly: blue. Hex color #1002DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1002DD is #EFFD22. Grayscale: #1E1E1E. Windows color (decimal): -15727907 or 14483984. OLE color: 14483984.

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

Color convert

RGB 16 2 221 -
CMYK 0.93 0.99 0 0.13
HSL 243.84º 0.98% 0.44% -
HSV(B) 243.84º 0.99% 0.87% -
XYZ 13.29 5.37 68.74 -
YUV 31.15 235.14 117.19 -
System Red Green Blue C M Y K H S L
Decimal 16 2 221 0.93 0.99 0 0.13 243.84 0.98 0.44
Hex 10 2 DD 5D 63 0 D F4 62 2C
Octal 20 2 335 135 143 0 15 364 142 54
Binary 10000 10 11011101 1011101 1100011 0 1101 11110100 1100010 101100

Color Harmonies of #1002DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1002DD

Black with #1002DD

Text Example


Text Example

White with #1002DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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