Html Css Color HEX #210CCB Medium Blue

📋 copy color: '#210CCB'

red 33 ◦ green 12 ◦ blue 203

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

Shades of Medium Blue #210CCB

Tints of Medium Blue #210CCB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.84%

 BLUE value IS 203 (79.69% from 255) = 81.85%

R = 13.31%
G = 4.84%
B = 81.85%

CMYK

 C value IS 0.84

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#210CCB (or 0x210CCB) is known color: Medium Blue. HEX triplet: 21, 0C and CB. RGB value is (33,12,203). Sum of RGB (Red+Green+Blue) = 33+12+203=248 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.31% from 248); Green value is 12 (5.08% from 255 or 4.84% from 248); Blue value is 203 (79.69% from 255 or 81.85% from 248); Max value from RGB is 203 - color contains mainly: blue. Hex color #210CCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210CCB is #DEF334. Grayscale: #272727. Windows color (decimal): -14611253 or 13306913. OLE color: 13306913.

HSL color Cylindrical-coordinate representation of color #210CCB: hue angle of 246.6º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210CCB is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 33 12 203 -
CMYK 0.84 0.94 0 0.20
HSL 246.6º 0.89% 0.42% -
HSV(B) 246.6º 0.94% 0.8% -
XYZ 11.54 4.9 56.84 -
YUV 40.05 219.96 122.97 -
System Red Green Blue C M Y K H S L
Decimal 33 12 203 0.84 0.94 0 0.20 246.6 0.89 0.42
Hex 21 C CB 54 5E 0 14 F7 59 2A
Octal 41 14 313 124 136 0 24 367 131 52
Binary 100001 1100 11001011 1010100 1011110 0 10100 11110111 1011001 101010

Color Harmonies of #210CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210CCB

Black with #210CCB

Text Example


Text Example

White with #210CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,12,203); }

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

background-color css

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

 a { background-color: rgb(33,12,203); }

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

border-color css

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

 span { border-color: rgb(33,12,203); }

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