Html Css Color HEX #1C0FCD Medium Blue

📋 copy color: '#1C0FCD'

red 28 ◦ green 15 ◦ blue 205

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

Shades of Medium Blue #1C0FCD

Tints of Medium Blue #1C0FCD

RGB

 RED value IS 28 (11.33% from 255) = 11.29%

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

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

R = 11.29%
G = 6.05%
B = 82.66%

CMYK

 C value IS 0.86

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1C0FCD (or 0x1C0FCD) is known color: Medium Blue. HEX triplet: 1C, 0F and CD. RGB value is (28,15,205). Sum of RGB (Red+Green+Blue) = 28+15+205=248 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.29% from 248); Green value is 15 (6.25% from 255 or 6.05% from 248); Blue value is 205 (80.47% from 255 or 82.66% from 248); Max value from RGB is 205 - color contains mainly: blue. Hex color #1C0FCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C0FCD is #E3F032. Grayscale: #272727. Windows color (decimal): -14938163 or 13438748. OLE color: 13438748.

HSL color Cylindrical-coordinate representation of color #1C0FCD: hue angle of 244.11º 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 #1C0FCD is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 28 15 205 -
CMYK 0.86 0.93 0 0.20
HSL 244.11º 0.86% 0.43% -
HSV(B) 244.11º 0.93% 0.8% -
XYZ 11.67 5 58.11 -
YUV 40.55 220.81 119.05 -
System Red Green Blue C M Y K H S L
Decimal 28 15 205 0.86 0.93 0 0.20 244.11 0.86 0.43
Hex 1C F CD 56 5D 0 14 F4 56 2B
Octal 34 17 315 126 135 0 24 364 126 53
Binary 11100 1111 11001101 1010110 1011101 0 10100 11110100 1010110 101011

Color Harmonies of #1C0FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0FCD

Black with #1C0FCD

Text Example


Text Example

White with #1C0FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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