Html Css Color HEX #1A0FCD Medium Blue

📋 copy color: '#1A0FCD'

red 26 ◦ green 15 ◦ blue 205

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

Shades of Medium Blue #1A0FCD

Tints of Medium Blue #1A0FCD

RGB

 RED value IS 26 (10.55% from 255) = 10.57%

 GREEN value IS 15 (6.25% from 255) = 6.1%

 BLUE value IS 205 (80.47% from 255) = 83.33%

R = 10.57%
G = 6.1%
B = 83.33%

CMYK

 C value IS 0.87

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1A0FCD (or 0x1A0FCD) is known color: Medium Blue. HEX triplet: 1A, 0F and CD. RGB value is (26,15,205). Sum of RGB (Red+Green+Blue) = 26+15+205=246 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.57% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 205 (80.47% from 255 or 83.33% from 246); Max value from RGB is 205 - color contains mainly: blue. Hex color #1A0FCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A0FCD is #E5F032. Grayscale: #272727. Windows color (decimal): -15069235 or 13438746. OLE color: 13438746.

HSL color Cylindrical-coordinate representation of color #1A0FCD: hue angle of 243.47º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1A0FCD is Cyan = 0.87, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 26 15 205 -
CMYK 0.87 0.93 0 0.20
HSL 243.47º 0.86% 0.43% -
HSV(B) 243.47º 0.93% 0.8% -
XYZ 11.62 4.97 58.1 -
YUV 39.95 221.14 118.05 -
System Red Green Blue C M Y K H S L
Decimal 26 15 205 0.87 0.93 0 0.20 243.47 0.86 0.43
Hex 1A F CD 57 5D 0 14 F3 56 2B
Octal 32 17 315 127 135 0 24 363 126 53
Binary 11010 1111 11001101 1010111 1011101 0 10100 11110011 1010110 101011

Color Harmonies of #1A0FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0FCD

Black with #1A0FCD

Text Example


Text Example

White with #1A0FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A0FCD; }

 p { color: rgb(26,15,205); }

 H1.HeaderClassName
 {
   color: #1A0FCD;
 }
 .AnyTagClassName
 {
   color: #1A0FCD;
 }
</style>

background-color css

<style>
 a { background-color: #1A0FCD; }

 a { background-color: rgb(26,15,205); }

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

border-color css

<style>
 span { border-color: #1A0FCD; }

 span { border-color: rgb(26,15,205); }

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