Html Css Color HEX #1509DE Medium Blue

📋 copy color: '#1509DE'

red 21 ◦ green 9 ◦ blue 222

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

Shades of Medium Blue #1509DE

Tints of Medium Blue #1509DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 88.1%

R = 8.33%
G = 3.57%
B = 88.1%

CMYK

 C value IS 0.91

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1509DE (or 0x1509DE) is known color: Medium Blue. HEX triplet: 15, 09 and DE. RGB value is (21,9,222). Sum of RGB (Red+Green+Blue) = 21+9+222=252 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.33% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 222 (87.11% from 255 or 88.10% from 252); Max value from RGB is 222 - color contains mainly: blue. Hex color #1509DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1509DE is #EAF621. Grayscale: #242424. Windows color (decimal): -15398434 or 14551317. OLE color: 14551317.

HSL color Cylindrical-coordinate representation of color #1509DE: hue angle of 243.38º 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 #1509DE is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 9 222 -
CMYK 0.91 0.96 0 0.13
HSL 243.38º 0.92% 0.45% -
HSV(B) 243.38º 0.96% 0.87% -
XYZ 13.59 5.63 69.48 -
YUV 36.87 232.48 116.68 -
System Red Green Blue C M Y K H S L
Decimal 21 9 222 0.91 0.96 0 0.13 243.38 0.92 0.45
Hex 15 9 DE 5B 60 0 D F3 5C 2D
Octal 25 11 336 133 140 0 15 363 134 55
Binary 10101 1001 11011110 1011011 1100000 0 1101 11110011 1011100 101101

Color Harmonies of #1509DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1509DE

Black with #1509DE

Text Example


Text Example

White with #1509DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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