Html Css Color HEX #1007DD Medium Blue

📋 copy color: '#1007DD'

red 16 ◦ green 7 ◦ blue 221

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

Shades of Medium Blue #1007DD

Tints of Medium Blue #1007DD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.87%

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

R = 6.56%
G = 2.87%
B = 90.57%

CMYK

 C value IS 0.93

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1007DD (or 0x1007DD) is known color: Medium Blue. HEX triplet: 10, 07 and DD. RGB value is (16,7,221). Sum of RGB (Red+Green+Blue) = 16+7+221=244 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.56% from 244); Green value is 7 (3.12% from 255 or 2.87% from 244); Blue value is 221 (86.72% from 255 or 90.57% from 244); Max value from RGB is 221 - color contains mainly: blue. Hex color #1007DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1007DD is #EFF822. Grayscale: #212121. Windows color (decimal): -15726627 or 14485264. OLE color: 14485264.

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

Color convert

RGB 16 7 221 -
CMYK 0.93 0.97 0 0.13
HSL 242.52º 0.94% 0.45% -
HSV(B) 242.52º 0.97% 0.87% -
XYZ 13.34 5.48 68.76 -
YUV 34.09 233.48 115.1 -
System Red Green Blue C M Y K H S L
Decimal 16 7 221 0.93 0.97 0 0.13 242.52 0.94 0.45
Hex 10 7 DD 5D 61 0 D F3 5E 2D
Octal 20 7 335 135 141 0 15 363 136 55
Binary 10000 111 11011101 1011101 1100001 0 1101 11110011 1011110 101101

Color Harmonies of #1007DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1007DD

Black with #1007DD

Text Example


Text Example

White with #1007DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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