Html Css Color HEX #210FCD Medium Blue

📋 copy color: '#210FCD'

red 33 ◦ green 15 ◦ blue 205

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

Shades of Medium Blue #210FCD

Tints of Medium Blue #210FCD

RGB

 RED value IS 33 (13.28% from 255) = 13.04%

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

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

R = 13.04%
G = 5.93%
B = 81.03%

CMYK

 C value IS 0.84

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#210FCD (or 0x210FCD) is known color: Medium Blue. HEX triplet: 21, 0F and CD. RGB value is (33,15,205). Sum of RGB (Red+Green+Blue) = 33+15+205=253 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.04% from 253); Green value is 15 (6.25% from 255 or 5.93% from 253); Blue value is 205 (80.47% from 255 or 81.03% from 253); Max value from RGB is 205 - color contains mainly: blue. Hex color #210FCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210FCD is #DEF032. Grayscale: #292929. Windows color (decimal): -14610483 or 13438753. OLE color: 13438753.

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

Color convert

RGB 33 15 205 -
CMYK 0.84 0.93 0 0.20
HSL 245.68º 0.86% 0.43% -
HSV(B) 245.68º 0.93% 0.8% -
XYZ 11.82 5.07 58.11 -
YUV 42.04 219.96 121.55 -
System Red Green Blue C M Y K H S L
Decimal 33 15 205 0.84 0.93 0 0.20 245.68 0.86 0.43
Hex 21 F CD 54 5D 0 14 F6 56 2B
Octal 41 17 315 124 135 0 24 366 126 53
Binary 100001 1111 11001101 1010100 1011101 0 10100 11110110 1010110 101011

Color Harmonies of #210FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210FCD

Black with #210FCD

Text Example


Text Example

White with #210FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210FCD; }

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

 H1.HeaderClassName
 {
   color: #210FCD;
 }
 .AnyTagClassName
 {
   color: #210FCD;
 }
</style>

background-color css

<style>
 a { background-color: #210FCD; }

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

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

border-color css

<style>
 span { border-color: #210FCD; }

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

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