Html Css Color HEX #2117BB Persian Blue

📋 copy color: '#2117BB'

red 33 ◦ green 23 ◦ blue 187

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

Shades of Persian Blue #2117BB

Tints of Persian Blue #2117BB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.47%

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

R = 13.58%
G = 9.47%
B = 76.95%

CMYK

 C value IS 0.82

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2117BB (or 0x2117BB) is known color: Persian Blue. HEX triplet: 21, 17 and BB. RGB value is (33,23,187). Sum of RGB (Red+Green+Blue) = 33+23+187=243 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.58% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 187 (73.44% from 255 or 76.95% from 243); Max value from RGB is 187 - color contains mainly: blue. Hex color #2117BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2117BB is #DEE844. Grayscale: #2C2C2C. Windows color (decimal): -14608453 or 12261153. OLE color: 12261153.

HSL color Cylindrical-coordinate representation of color #2117BB: hue angle of 243.66º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2117BB is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 33 23 187 -
CMYK 0.82 0.88 0 0.27
HSL 243.66º 0.78% 0.41% -
HSV(B) 243.66º 0.88% 0.73% -
XYZ 9.9 4.52 47.36 -
YUV 44.69 208.31 119.66 -
System Red Green Blue C M Y K H S L
Decimal 33 23 187 0.82 0.88 0 0.27 243.66 0.78 0.41
Hex 21 17 BB 52 58 0 1B F4 4E 29
Octal 41 27 273 122 130 0 33 364 116 51
Binary 100001 10111 10111011 1010010 1011000 0 11011 11110100 1001110 101001

Color Harmonies of #2117BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2117BB

Black with #2117BB

Text Example


Text Example

White with #2117BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2117BB; }

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

 H1.HeaderClassName
 {
   color: #2117BB;
 }
 .AnyTagClassName
 {
   color: #2117BB;
 }
</style>

background-color css

<style>
 a { background-color: #2117BB; }

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

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

border-color css

<style>
 span { border-color: #2117BB; }

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

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