Html Css Color HEX #1509DC Medium Blue

📋 copy color: '#1509DC'

red 21 ◦ green 9 ◦ blue 220

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

Shades of Medium Blue #1509DC

Tints of Medium Blue #1509DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 88%

R = 8.4%
G = 3.6%
B = 88%

CMYK

 C value IS 0.90

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1509DC (or 0x1509DC) is known color: Medium Blue. HEX triplet: 15, 09 and DC. RGB value is (21,9,220). Sum of RGB (Red+Green+Blue) = 21+9+220=250 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.4% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 220 (86.33% from 255 or 88% from 250); Max value from RGB is 220 - color contains mainly: blue. Hex color #1509DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1509DC is #EAF623. Grayscale: #232323. Windows color (decimal): -15398436 or 14420245. OLE color: 14420245.

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

Color convert

RGB 21 9 220 -
CMYK 0.90 0.96 0 0.14
HSL 243.41º 0.92% 0.45% -
HSV(B) 243.41º 0.96% 0.86% -
XYZ 13.33 5.52 68.07 -
YUV 36.64 231.48 116.84 -
System Red Green Blue C M Y K H S L
Decimal 21 9 220 0.90 0.96 0 0.14 243.41 0.92 0.45
Hex 15 9 DC 5A 60 0 E F3 5C 2D
Octal 25 11 334 132 140 0 16 363 134 55
Binary 10101 1001 11011100 1011010 1100000 0 1110 11110011 1011100 101101

Color Harmonies of #1509DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1509DC

Black with #1509DC

Text Example


Text Example

White with #1509DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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