Html Css Color HEX #2135EE Persian Blue

📋 copy color: '#2135EE'

red 33 ◦ green 53 ◦ blue 238

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

Shades of Persian Blue #2135EE

Tints of Persian Blue #2135EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 73.46%

R = 10.19%
G = 16.36%
B = 73.46%

CMYK

 C value IS 0.86

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2135EE (or 0x2135EE) is known color: Persian Blue. HEX triplet: 21, 35 and EE. RGB value is (33,53,238). Sum of RGB (Red+Green+Blue) = 33+53+238=324 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.19% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 238 (93.36% from 255 or 73.46% from 324); Max value from RGB is 238 - color contains mainly: blue. Hex color #2135EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2135EE is #DECA11. Grayscale: #434343. Windows color (decimal): -14600722 or 15611169. OLE color: 15611169.

HSL color Cylindrical-coordinate representation of color #2135EE: hue angle of 234.15º degrees, saturation: 0.86, 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 #2135EE is Cyan = 0.86, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 33 53 238 -
CMYK 0.86 0.78 0 0.07
HSL 234.15º 0.86% 0.53% -
HSV(B) 234.15º 0.86% 0.93% -
XYZ 17.33 9.04 81.72 -
YUV 68.11 223.87 102.96 -
System Red Green Blue C M Y K H S L
Decimal 33 53 238 0.86 0.78 0 0.07 234.15 0.86 0.53
Hex 21 35 EE 56 4E 0 7 EA 56 35
Octal 41 65 356 126 116 0 7 352 126 65
Binary 100001 110101 11101110 1010110 1001110 0 111 11101010 1010110 110101

Color Harmonies of #2135EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2135EE

Black with #2135EE

Text Example


Text Example

White with #2135EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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