Html Css Color HEX #2141EB Persian Blue

📋 copy color: '#2141EB'

red 33 ◦ green 65 ◦ blue 235

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

Shades of Persian Blue #2141EB

Tints of Persian Blue #2141EB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.52%

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

R = 9.91%
G = 19.52%
B = 70.57%

CMYK

 C value IS 0.86

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2141EB (or 0x2141EB) is known color: Persian Blue. HEX triplet: 21, 41 and EB. RGB value is (33,65,235). Sum of RGB (Red+Green+Blue) = 33+65+235=333 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.91% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 235 (92.19% from 255 or 70.57% from 333); Max value from RGB is 235 - color contains mainly: blue. Hex color #2141EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2141EB is #DEBE14. Grayscale: #4A4A4A. Windows color (decimal): -14597653 or 15417633. OLE color: 15417633.

HSL color Cylindrical-coordinate representation of color #2141EB: hue angle of 230.5º 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 #2141EB is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 33 65 235 -
CMYK 0.86 0.72 0 0.08
HSL 230.5º 0.83% 0.53% -
HSV(B) 230.5º 0.86% 0.92% -
XYZ 17.51 10.1 79.62 -
YUV 74.81 218.4 98.18 -
System Red Green Blue C M Y K H S L
Decimal 33 65 235 0.86 0.72 0 0.08 230.5 0.83 0.53
Hex 21 41 EB 56 48 0 8 E6 53 35
Octal 41 101 353 126 110 0 10 346 123 65
Binary 100001 1000001 11101011 1010110 1001000 0 1000 11100110 1010011 110101

Color Harmonies of #2141EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2141EB

Black with #2141EB

Text Example


Text Example

White with #2141EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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