Html Css Color HEX #2139ED Persian Blue

📋 copy color: '#2139ED'

red 33 ◦ green 57 ◦ blue 237

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

Shades of Persian Blue #2139ED

Tints of Persian Blue #2139ED

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.43%

 BLUE value IS 237 (92.97% from 255) = 72.48%

R = 10.09%
G = 17.43%
B = 72.48%

CMYK

 C value IS 0.86

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2139ED (or 0x2139ED) is known color: Persian Blue. HEX triplet: 21, 39 and ED. RGB value is (33,57,237). Sum of RGB (Red+Green+Blue) = 33+57+237=327 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.09% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 237 (92.97% from 255 or 72.48% from 327); Max value from RGB is 237 - color contains mainly: blue. Hex color #2139ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2139ED is #DEC612. Grayscale: #454545. Windows color (decimal): -14599699 or 15546657. OLE color: 15546657.

HSL color Cylindrical-coordinate representation of color #2139ED: hue angle of 232.94º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2139ED is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 33 57 237 -
CMYK 0.86 0.76 0 0.07
HSL 232.94º 0.85% 0.53% -
HSV(B) 232.94º 0.86% 0.93% -
XYZ 17.38 9.36 81.01 -
YUV 70.34 222.05 101.36 -
System Red Green Blue C M Y K H S L
Decimal 33 57 237 0.86 0.76 0 0.07 232.94 0.85 0.53
Hex 21 39 ED 56 4C 0 7 E9 55 35
Octal 41 71 355 126 114 0 7 351 125 65
Binary 100001 111001 11101101 1010110 1001100 0 111 11101001 1010101 110101

Color Harmonies of #2139ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2139ED

Black with #2139ED

Text Example


Text Example

White with #2139ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2139ED; }

 p { color: rgb(33,57,237); }

 H1.HeaderClassName
 {
   color: #2139ED;
 }
 .AnyTagClassName
 {
   color: #2139ED;
 }
</style>

background-color css

<style>
 a { background-color: #2139ED; }

 a { background-color: rgb(33,57,237); }

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

border-color css

<style>
 span { border-color: #2139ED; }

 span { border-color: rgb(33,57,237); }

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