Html Css Color HEX #1507DD Medium Blue

📋 copy color: '#1507DD'

red 21 ◦ green 7 ◦ blue 221

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

Shades of Medium Blue #1507DD

Tints of Medium Blue #1507DD

RGB

 RED value IS 21 (8.59% from 255) = 8.43%

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

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

R = 8.43%
G = 2.81%
B = 88.76%

CMYK

 C value IS 0.90

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1507DD (or 0x1507DD) is known color: Medium Blue. HEX triplet: 15, 07 and DD. RGB value is (21,7,221). Sum of RGB (Red+Green+Blue) = 21+7+221=249 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.43% from 249); Green value is 7 (3.12% from 255 or 2.81% from 249); Blue value is 221 (86.72% from 255 or 88.76% from 249); Max value from RGB is 221 - color contains mainly: blue. Hex color #1507DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1507DD is #EAF822. Grayscale: #222222. Windows color (decimal): -15398947 or 14485269. OLE color: 14485269.

HSL color Cylindrical-coordinate representation of color #1507DD: hue angle of 243.93º 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 #1507DD is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 7 221 -
CMYK 0.90 0.97 0 0.13
HSL 243.93º 0.94% 0.45% -
HSV(B) 243.93º 0.97% 0.87% -
XYZ 13.44 5.53 68.77 -
YUV 35.58 232.64 117.6 -
System Red Green Blue C M Y K H S L
Decimal 21 7 221 0.90 0.97 0 0.13 243.93 0.94 0.45
Hex 15 7 DD 5A 61 0 D F4 5E 2D
Octal 25 7 335 132 141 0 15 364 136 55
Binary 10101 111 11011101 1011010 1100001 0 1101 11110100 1011110 101101

Color Harmonies of #1507DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1507DD

Black with #1507DD

Text Example


Text Example

White with #1507DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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