Html Css Color HEX #1506DA Medium Blue

📋 copy color: '#1506DA'

red 21 ◦ green 6 ◦ blue 218

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

Shades of Medium Blue #1506DA

Tints of Medium Blue #1506DA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.45%

 BLUE value IS 218 (85.55% from 255) = 88.98%

R = 8.57%
G = 2.45%
B = 88.98%

CMYK

 C value IS 0.90

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1506DA (or 0x1506DA) is known color: Medium Blue. HEX triplet: 15, 06 and DA. RGB value is (21,6,218). Sum of RGB (Red+Green+Blue) = 21+6+218=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 218 (85.55% from 255 or 88.98% from 245); Max value from RGB is 218 - color contains mainly: blue. Hex color #1506DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1506DA is #EAF925. Grayscale: #212121. Windows color (decimal): -15399206 or 14288405. OLE color: 14288405.

HSL color Cylindrical-coordinate representation of color #1506DA: hue angle of 244.25º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1506DA is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 21 6 218 -
CMYK 0.90 0.97 0 0.15
HSL 244.25º 0.95% 0.44% -
HSV(B) 244.25º 0.97% 0.85% -
XYZ 13.03 5.35 66.68 -
YUV 34.65 231.47 118.26 -
System Red Green Blue C M Y K H S L
Decimal 21 6 218 0.90 0.97 0 0.15 244.25 0.95 0.44
Hex 15 6 DA 5A 61 0 F F4 5F 2C
Octal 25 6 332 132 141 0 17 364 137 54
Binary 10101 110 11011010 1011010 1100001 0 1111 11110100 1011111 101100

Color Harmonies of #1506DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1506DA

Black with #1506DA

Text Example


Text Example

White with #1506DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1506DA; }

 p { color: rgb(21,6,218); }

 H1.HeaderClassName
 {
   color: #1506DA;
 }
 .AnyTagClassName
 {
   color: #1506DA;
 }
</style>

background-color css

<style>
 a { background-color: #1506DA; }

 a { background-color: rgb(21,6,218); }

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

border-color css

<style>
 span { border-color: #1506DA; }

 span { border-color: rgb(21,6,218); }

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