Html Css Color HEX #210DBB Medium Blue

📋 copy color: '#210DBB'

red 33 ◦ green 13 ◦ blue 187

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

Shades of Medium Blue #210DBB

Tints of Medium Blue #210DBB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.58%

 BLUE value IS 187 (73.44% from 255) = 80.26%

R = 14.16%
G = 5.58%
B = 80.26%

CMYK

 C value IS 0.82

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#210DBB (or 0x210DBB) is known color: Medium Blue. HEX triplet: 21, 0D and BB. RGB value is (33,13,187). Sum of RGB (Red+Green+Blue) = 33+13+187=233 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.16% from 233); Green value is 13 (5.47% from 255 or 5.58% from 233); Blue value is 187 (73.44% from 255 or 80.26% from 233); Max value from RGB is 187 - color contains mainly: blue. Hex color #210DBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210DBB is #DEF244. Grayscale: #262626. Windows color (decimal): -14611013 or 12258593. OLE color: 12258593.

HSL color Cylindrical-coordinate representation of color #210DBB: hue angle of 246.9º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #210DBB is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 33 13 187 -
CMYK 0.82 0.93 0 0.27
HSL 246.9º 0.87% 0.39% -
HSV(B) 246.9º 0.93% 0.73% -
XYZ 9.74 4.2 47.31 -
YUV 38.82 211.63 123.85 -
System Red Green Blue C M Y K H S L
Decimal 33 13 187 0.82 0.93 0 0.27 246.9 0.87 0.39
Hex 21 D BB 52 5D 0 1B F7 57 27
Octal 41 15 273 122 135 0 33 367 127 47
Binary 100001 1101 10111011 1010010 1011101 0 11011 11110111 1010111 100111

Color Harmonies of #210DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210DBB

Black with #210DBB

Text Example


Text Example

White with #210DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,13,187); }

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

background-color css

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

 a { background-color: rgb(33,13,187); }

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

border-color css

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

 span { border-color: rgb(33,13,187); }

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