Html Css Color HEX #2140CD Persian Blue

📋 copy color: '#2140CD'

red 33 ◦ green 64 ◦ blue 205

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

Shades of Persian Blue #2140CD

Tints of Persian Blue #2140CD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.19%

 BLUE value IS 205 (80.47% from 255) = 67.88%

R = 10.93%
G = 21.19%
B = 67.88%

CMYK

 C value IS 0.84

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2140CD (or 0x2140CD) is known color: Persian Blue. HEX triplet: 21, 40 and CD. RGB value is (33,64,205). Sum of RGB (Red+Green+Blue) = 33+64+205=302 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.93% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 205 (80.47% from 255 or 67.88% from 302); Max value from RGB is 205 - color contains mainly: blue. Hex color #2140CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2140CD is #DEBF32. Grayscale: #464646. Windows color (decimal): -14597939 or 13451297. OLE color: 13451297.

HSL color Cylindrical-coordinate representation of color #2140CD: hue angle of 229.19º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2140CD is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 33 64 205 -
CMYK 0.84 0.69 0 0.20
HSL 229.19º 0.72% 0.47% -
HSV(B) 229.19º 0.84% 0.8% -
XYZ 13.48 8.4 58.67 -
YUV 70.81 203.73 101.04 -
System Red Green Blue C M Y K H S L
Decimal 33 64 205 0.84 0.69 0 0.20 229.19 0.72 0.47
Hex 21 40 CD 54 45 0 14 E5 48 2F
Octal 41 100 315 124 105 0 24 345 110 57
Binary 100001 1000000 11001101 1010100 1000101 0 10100 11100101 1001000 101111

Color Harmonies of #2140CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2140CD

Black with #2140CD

Text Example


Text Example

White with #2140CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2140CD; }

 p { color: rgb(33,64,205); }

 H1.HeaderClassName
 {
   color: #2140CD;
 }
 .AnyTagClassName
 {
   color: #2140CD;
 }
</style>

background-color css

<style>
 a { background-color: #2140CD; }

 a { background-color: rgb(33,64,205); }

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

border-color css

<style>
 span { border-color: #2140CD; }

 span { border-color: rgb(33,64,205); }

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