Html Css Color HEX #1509DD Medium Blue

📋 copy color: '#1509DD'

red 21 ◦ green 9 ◦ blue 221

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

Shades of Medium Blue #1509DD

Tints of Medium Blue #1509DD

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.59%

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

R = 8.37%
G = 3.59%
B = 88.05%

CMYK

 C value IS 0.90

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1509DD (or 0x1509DD) is known color: Medium Blue. HEX triplet: 15, 09 and DD. RGB value is (21,9,221). Sum of RGB (Red+Green+Blue) = 21+9+221=251 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.37% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 221 (86.72% from 255 or 88.05% from 251); Max value from RGB is 221 - color contains mainly: blue. Hex color #1509DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1509DD is #EAF622. Grayscale: #232323. Windows color (decimal): -15398435 or 14485781. OLE color: 14485781.

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

Color convert

RGB 21 9 221 -
CMYK 0.90 0.96 0 0.13
HSL 243.4º 0.92% 0.45% -
HSV(B) 243.4º 0.96% 0.87% -
XYZ 13.46 5.58 68.77 -
YUV 36.76 231.98 116.76 -
System Red Green Blue C M Y K H S L
Decimal 21 9 221 0.90 0.96 0 0.13 243.4 0.92 0.45
Hex 15 9 DD 5A 60 0 D F3 5C 2D
Octal 25 11 335 132 140 0 15 363 134 55
Binary 10101 1001 11011101 1011010 1100000 0 1101 11110011 1011100 101101

Color Harmonies of #1509DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1509DD

Black with #1509DD

Text Example


Text Example

White with #1509DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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