Html Css Color HEX #2144C9 Persian Blue

📋 copy color: '#2144C9'

red 33 ◦ green 68 ◦ blue 201

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

Shades of Persian Blue #2144C9

Tints of Persian Blue #2144C9

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.52%

 BLUE value IS 201 (78.91% from 255) = 66.56%

R = 10.93%
G = 22.52%
B = 66.56%

CMYK

 C value IS 0.84

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2144C9 (or 0x2144C9) is known color: Persian Blue. HEX triplet: 21, 44 and C9. RGB value is (33,68,201). Sum of RGB (Red+Green+Blue) = 33+68+201=302 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.93% from 302); Green value is 68 (26.95% from 255 or 22.52% from 302); Blue value is 201 (78.91% from 255 or 66.56% from 302); Max value from RGB is 201 - color contains mainly: blue. Hex color #2144C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2144C9 is #DEBB36. Grayscale: #484848. Windows color (decimal): -14596919 or 13190177. OLE color: 13190177.

HSL color Cylindrical-coordinate representation of color #2144C9: hue angle of 227.5º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2144C9 is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 33 68 201 -
CMYK 0.84 0.66 0 0.21
HSL 227.5º 0.72% 0.46% -
HSV(B) 227.5º 0.84% 0.79% -
XYZ 13.24 8.67 56.24 -
YUV 72.7 200.4 99.69 -
System Red Green Blue C M Y K H S L
Decimal 33 68 201 0.84 0.66 0 0.21 227.5 0.72 0.46
Hex 21 44 C9 54 42 0 15 E4 48 2E
Octal 41 104 311 124 102 0 25 344 110 56
Binary 100001 1000100 11001001 1010100 1000010 0 10101 11100100 1001000 101110

Color Harmonies of #2144C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2144C9

Black with #2144C9

Text Example


Text Example

White with #2144C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2144C9; }

 p { color: rgb(33,68,201); }

 H1.HeaderClassName
 {
   color: #2144C9;
 }
 .AnyTagClassName
 {
   color: #2144C9;
 }
</style>

background-color css

<style>
 a { background-color: #2144C9; }

 a { background-color: rgb(33,68,201); }

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

border-color css

<style>
 span { border-color: #2144C9; }

 span { border-color: rgb(33,68,201); }

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