Html Css Color HEX #2117BE Persian Blue

📋 copy color: '#2117BE'

red 33 ◦ green 23 ◦ blue 190

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

Shades of Persian Blue #2117BE

Tints of Persian Blue #2117BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 77.24%

R = 13.41%
G = 9.35%
B = 77.24%

CMYK

 C value IS 0.83

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2117BE (or 0x2117BE) is known color: Persian Blue. HEX triplet: 21, 17 and BE. RGB value is (33,23,190). Sum of RGB (Red+Green+Blue) = 33+23+190=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 190 (74.61% from 255 or 77.24% from 246); Max value from RGB is 190 - color contains mainly: blue. Hex color #2117BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2117BE is #DEE841. Grayscale: #2C2C2C. Windows color (decimal): -14608450 or 12457761. OLE color: 12457761.

HSL color Cylindrical-coordinate representation of color #2117BE: hue angle of 243.59º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2117BE is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 23 190 -
CMYK 0.83 0.88 0 0.25
HSL 243.59º 0.78% 0.42% -
HSV(B) 243.59º 0.88% 0.75% -
XYZ 10.23 4.65 49.07 -
YUV 45.03 209.81 119.42 -
System Red Green Blue C M Y K H S L
Decimal 33 23 190 0.83 0.88 0 0.25 243.59 0.78 0.42
Hex 21 17 BE 53 58 0 19 F4 4E 2A
Octal 41 27 276 123 130 0 31 364 116 52
Binary 100001 10111 10111110 1010011 1011000 0 11001 11110100 1001110 101010

Color Harmonies of #2117BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2117BE

Black with #2117BE

Text Example


Text Example

White with #2117BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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