Html Css Color HEX #2140BD Persian Blue

📋 copy color: '#2140BD'

red 33 ◦ green 64 ◦ blue 189

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

Shades of Persian Blue #2140BD

Tints of Persian Blue #2140BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 66.08%

R = 11.54%
G = 22.38%
B = 66.08%

CMYK

 C value IS 0.83

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2140BD (or 0x2140BD) is known color: Persian Blue. HEX triplet: 21, 40 and BD. RGB value is (33,64,189). Sum of RGB (Red+Green+Blue) = 33+64+189=286 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.54% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 189 (74.22% from 255 or 66.08% from 286); Max value from RGB is 189 - color contains mainly: blue. Hex color #2140BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2140BD is #DEBF42. Grayscale: #444444. Windows color (decimal): -14597955 or 12402721. OLE color: 12402721.

HSL color Cylindrical-coordinate representation of color #2140BD: hue angle of 228.08º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2140BD is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 33 64 189 -
CMYK 0.83 0.66 0 0.26
HSL 228.08º 0.7% 0.44% -
HSV(B) 228.08º 0.83% 0.74% -
XYZ 11.65 7.66 49.01 -
YUV 68.98 195.73 102.34 -
System Red Green Blue C M Y K H S L
Decimal 33 64 189 0.83 0.66 0 0.26 228.08 0.7 0.44
Hex 21 40 BD 53 42 0 1A E4 46 2C
Octal 41 100 275 123 102 0 32 344 106 54
Binary 100001 1000000 10111101 1010011 1000010 0 11010 11100100 1000110 101100

Color Harmonies of #2140BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2140BD

Black with #2140BD

Text Example


Text Example

White with #2140BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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