Html Css Color HEX #1806DA Medium Blue

📋 copy color: '#1806DA'

red 24 ◦ green 6 ◦ blue 218

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

Shades of Medium Blue #1806DA

Tints of Medium Blue #1806DA

RGB

 RED value IS 24 (9.77% from 255) = 9.68%

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

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

R = 9.68%
G = 2.42%
B = 87.9%

CMYK

 C value IS 0.89

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1806DA (or 0x1806DA) is known color: Medium Blue. HEX triplet: 18, 06 and DA. RGB value is (24,6,218). Sum of RGB (Red+Green+Blue) = 24+6+218=248 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.68% from 248); Green value is 6 (2.73% from 255 or 2.42% from 248); Blue value is 218 (85.55% from 255 or 87.90% from 248); Max value from RGB is 218 - color contains mainly: blue. Hex color #1806DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1806DA is #E7F925. Grayscale: #222222. Windows color (decimal): -15202598 or 14288408. OLE color: 14288408.

HSL color Cylindrical-coordinate representation of color #1806DA: hue angle of 245.09º 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 #1806DA is Cyan = 0.89, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 24 6 218 -
CMYK 0.89 0.97 0 0.15
HSL 245.09º 0.95% 0.44% -
HSV(B) 245.09º 0.97% 0.85% -
XYZ 13.1 5.39 66.68 -
YUV 35.55 230.96 119.76 -
System Red Green Blue C M Y K H S L
Decimal 24 6 218 0.89 0.97 0 0.15 245.09 0.95 0.44
Hex 18 6 DA 59 61 0 F F5 5F 2C
Octal 30 6 332 131 141 0 17 365 137 54
Binary 11000 110 11011010 1011001 1100001 0 1111 11110101 1011111 101100

Color Harmonies of #1806DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1806DA

Black with #1806DA

Text Example


Text Example

White with #1806DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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