Html Css Color HEX #2127EB Persian Blue

📋 copy color: '#2127EB'

red 33 ◦ green 39 ◦ blue 235

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

Shades of Persian Blue #2127EB

Tints of Persian Blue #2127EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 76.55%

R = 10.75%
G = 12.7%
B = 76.55%

CMYK

 C value IS 0.86

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2127EB (or 0x2127EB) is known color: Persian Blue. HEX triplet: 21, 27 and EB. RGB value is (33,39,235). Sum of RGB (Red+Green+Blue) = 33+39+235=307 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.75% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 235 (92.19% from 255 or 76.55% from 307); Max value from RGB is 235 - color contains mainly: blue. Hex color #2127EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2127EB is #DED814. Grayscale: #3A3A3A. Windows color (decimal): -14604309 or 15410977. OLE color: 15410977.

HSL color Cylindrical-coordinate representation of color #2127EB: hue angle of 238.22º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2127EB is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 33 39 235 -
CMYK 0.86 0.83 0 0.08
HSL 238.22º 0.83% 0.53% -
HSV(B) 238.22º 0.86% 0.92% -
XYZ 16.35 7.77 79.24 -
YUV 59.55 227.01 109.06 -
System Red Green Blue C M Y K H S L
Decimal 33 39 235 0.86 0.83 0 0.08 238.22 0.83 0.53
Hex 21 27 EB 56 53 0 8 EE 53 35
Octal 41 47 353 126 123 0 10 356 123 65
Binary 100001 100111 11101011 1010110 1010011 0 1000 11101110 1010011 110101

Color Harmonies of #2127EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2127EB

Black with #2127EB

Text Example


Text Example

White with #2127EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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