Html Css Color HEX #2135EB Persian Blue

📋 copy color: '#2135EB'

red 33 ◦ green 53 ◦ blue 235

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

Shades of Persian Blue #2135EB

Tints of Persian Blue #2135EB

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.51%

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

R = 10.28%
G = 16.51%
B = 73.21%

CMYK

 C value IS 0.86

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2135EB (or 0x2135EB) is known color: Persian Blue. HEX triplet: 21, 35 and EB. RGB value is (33,53,235). Sum of RGB (Red+Green+Blue) = 33+53+235=321 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.28% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 235 (92.19% from 255 or 73.21% from 321); Max value from RGB is 235 - color contains mainly: blue. Hex color #2135EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2135EB is #DECA14. Grayscale: #434343. Windows color (decimal): -14600725 or 15414561. OLE color: 15414561.

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

Color convert

RGB 33 53 235 -
CMYK 0.86 0.77 0 0.08
HSL 234.06º 0.83% 0.53% -
HSV(B) 234.06º 0.86% 0.92% -
XYZ 16.9 8.87 79.42 -
YUV 67.77 222.37 103.2 -
System Red Green Blue C M Y K H S L
Decimal 33 53 235 0.86 0.77 0 0.08 234.06 0.83 0.53
Hex 21 35 EB 56 4D 0 8 EA 53 35
Octal 41 65 353 126 115 0 10 352 123 65
Binary 100001 110101 11101011 1010110 1001101 0 1000 11101010 1010011 110101

Color Harmonies of #2135EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2135EB

Black with #2135EB

Text Example


Text Example

White with #2135EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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