Html Css Color HEX #2135ED Persian Blue

📋 copy color: '#2135ED'

red 33 ◦ green 53 ◦ blue 237

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

Shades of Persian Blue #2135ED

Tints of Persian Blue #2135ED

RGB

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

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

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

R = 10.22%
G = 16.41%
B = 73.37%

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

#2135ED (or 0x2135ED) is known color: Persian Blue. HEX triplet: 21, 35 and ED. RGB value is (33,53,237). Sum of RGB (Red+Green+Blue) = 33+53+237=323 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.22% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 237 (92.97% from 255 or 73.37% from 323); Max value from RGB is 237 - color contains mainly: blue. Hex color #2135ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2135ED is #DECA12. Grayscale: #434343. Windows color (decimal): -14600723 or 15545633. OLE color: 15545633.

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

Color convert

RGB 33 53 237 -
CMYK 0.86 0.78 0 0.07
HSL 234.12º 0.85% 0.53% -
HSV(B) 234.12º 0.86% 0.93% -
XYZ 17.19 8.98 80.95 -
YUV 68 223.37 103.04 -
System Red Green Blue C M Y K H S L
Decimal 33 53 237 0.86 0.78 0 0.07 234.12 0.85 0.53
Hex 21 35 ED 56 4E 0 7 EA 55 35
Octal 41 65 355 126 116 0 7 352 125 65
Binary 100001 110101 11101101 1010110 1001110 0 111 11101010 1010101 110101

Color Harmonies of #2135ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2135ED

Black with #2135ED

Text Example


Text Example

White with #2135ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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