Html Css Color HEX #2135DD Persian Blue

📋 copy color: '#2135DD'

red 33 ◦ green 53 ◦ blue 221

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

Shades of Persian Blue #2135DD

Tints of Persian Blue #2135DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 71.99%

R = 10.75%
G = 17.26%
B = 71.99%

CMYK

 C value IS 0.85

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2135DD (or 0x2135DD) is known color: Persian Blue. HEX triplet: 21, 35 and DD. RGB value is (33,53,221). Sum of RGB (Red+Green+Blue) = 33+53+221=307 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.75% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 221 (86.72% from 255 or 71.99% from 307); Max value from RGB is 221 - color contains mainly: blue. Hex color #2135DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2135DD is #DECA22. Grayscale: #414141. Windows color (decimal): -14600739 or 14497057. OLE color: 14497057.

HSL color Cylindrical-coordinate representation of color #2135DD: hue angle of 233.62º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2135DD is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 33 53 221 -
CMYK 0.85 0.76 0 0.13
HSL 233.62º 0.74% 0.5% -
HSV(B) 233.62º 0.85% 0.87% -
XYZ 14.95 8.09 69.18 -
YUV 66.17 215.37 104.34 -
System Red Green Blue C M Y K H S L
Decimal 33 53 221 0.85 0.76 0 0.13 233.62 0.74 0.5
Hex 21 35 DD 55 4C 0 D EA 4A 32
Octal 41 65 335 125 114 0 15 352 112 62
Binary 100001 110101 11011101 1010101 1001100 0 1101 11101010 1001010 110010

Color Harmonies of #2135DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2135DD

Black with #2135DD

Text Example


Text Example

White with #2135DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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