Html Css Color HEX #1502DD Medium Blue

📋 copy color: '#1502DD'

red 21 ◦ green 2 ◦ blue 221

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

Shades of Medium Blue #1502DD

Tints of Medium Blue #1502DD

RGB

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

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

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

R = 8.61%
G = 0.82%
B = 90.57%

CMYK

 C value IS 0.90

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1502DD (or 0x1502DD) is known color: Medium Blue. HEX triplet: 15, 02 and DD. RGB value is (21,2,221). Sum of RGB (Red+Green+Blue) = 21+2+221=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 2 (1.17% from 255 or 0.82% 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 #1502DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1502DD is #EAFD22. Grayscale: #1F1F1F. Windows color (decimal): -15400227 or 14483989. OLE color: 14483989.

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

Color convert

RGB 21 2 221 -
CMYK 0.90 0.99 0 0.13
HSL 245.21º 0.98% 0.44% -
HSV(B) 245.21º 0.99% 0.87% -
XYZ 13.38 5.42 68.75 -
YUV 32.65 234.29 119.69 -
System Red Green Blue C M Y K H S L
Decimal 21 2 221 0.90 0.99 0 0.13 245.21 0.98 0.44
Hex 15 2 DD 5A 63 0 D F5 62 2C
Octal 25 2 335 132 143 0 15 365 142 54
Binary 10101 10 11011101 1011010 1100011 0 1101 11110101 1100010 101100

Color Harmonies of #1502DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1502DD

Black with #1502DD

Text Example


Text Example

White with #1502DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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