Html Css Color HEX #2127BE Persian Blue

📋 copy color: '#2127BE'

red 33 ◦ green 39 ◦ blue 190

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

Shades of Persian Blue #2127BE

Tints of Persian Blue #2127BE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.89%

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

R = 12.6%
G = 14.89%
B = 72.52%

CMYK

 C value IS 0.83

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2127BE (or 0x2127BE) is known color: Persian Blue. HEX triplet: 21, 27 and BE. RGB value is (33,39,190). Sum of RGB (Red+Green+Blue) = 33+39+190=262 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.60% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 190 (74.61% from 255 or 72.52% from 262); Max value from RGB is 190 - color contains mainly: blue. Hex color #2127BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2127BE is #DED841. Grayscale: #353535. Windows color (decimal): -14604354 or 12461857. OLE color: 12461857.

HSL color Cylindrical-coordinate representation of color #2127BE: hue angle of 237.71º 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 #2127BE is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 39 190 -
CMYK 0.83 0.79 0 0.25
HSL 237.71º 0.7% 0.44% -
HSV(B) 237.71º 0.83% 0.75% -
XYZ 10.65 5.49 49.21 -
YUV 54.42 204.51 112.72 -
System Red Green Blue C M Y K H S L
Decimal 33 39 190 0.83 0.79 0 0.25 237.71 0.7 0.44
Hex 21 27 BE 53 4F 0 19 EE 46 2C
Octal 41 47 276 123 117 0 31 356 106 54
Binary 100001 100111 10111110 1010011 1001111 0 11001 11101110 1000110 101100

Color Harmonies of #2127BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2127BE

Black with #2127BE

Text Example


Text Example

White with #2127BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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