Html Css Color HEX #2123BE Persian Blue

📋 copy color: '#2123BE'

red 33 ◦ green 35 ◦ blue 190

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

Shades of Persian Blue #2123BE

Tints of Persian Blue #2123BE

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.57%

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

R = 12.79%
G = 13.57%
B = 73.64%

CMYK

 C value IS 0.83

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2123BE (or 0x2123BE) is known color: Persian Blue. HEX triplet: 21, 23 and BE. RGB value is (33,35,190). Sum of RGB (Red+Green+Blue) = 33+35+190=258 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.79% from 258); Green value is 35 (14.06% from 255 or 13.57% from 258); Blue value is 190 (74.61% from 255 or 73.64% from 258); Max value from RGB is 190 - color contains mainly: blue. Hex color #2123BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2123BE is #DEDC41. Grayscale: #333333. Windows color (decimal): -14605378 or 12460833. OLE color: 12460833.

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

Color convert

RGB 33 35 190 -
CMYK 0.83 0.82 0 0.25
HSL 239.24º 0.7% 0.44% -
HSV(B) 239.24º 0.83% 0.75% -
XYZ 10.52 5.24 49.17 -
YUV 52.07 205.84 114.4 -
System Red Green Blue C M Y K H S L
Decimal 33 35 190 0.83 0.82 0 0.25 239.24 0.7 0.44
Hex 21 23 BE 53 52 0 19 EF 46 2C
Octal 41 43 276 123 122 0 31 357 106 54
Binary 100001 100011 10111110 1010011 1010010 0 11001 11101111 1000110 101100

Color Harmonies of #2123BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2123BE

Black with #2123BE

Text Example


Text Example

White with #2123BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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