Html Css Color HEX #2144D6 Persian Blue

📋 copy color: '#2144D6'

red 33 ◦ green 68 ◦ blue 214

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

Shades of Persian Blue #2144D6

Tints of Persian Blue #2144D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 67.94%

R = 10.48%
G = 21.59%
B = 67.94%

CMYK

 C value IS 0.85

 M value IS 0.68

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2144D6 (or 0x2144D6) is known color: Persian Blue. HEX triplet: 21, 44 and D6. RGB value is (33,68,214). Sum of RGB (Red+Green+Blue) = 33+68+214=315 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.48% from 315); Green value is 68 (26.95% from 255 or 21.59% from 315); Blue value is 214 (83.98% from 255 or 67.94% from 315); Max value from RGB is 214 - color contains mainly: blue. Hex color #2144D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2144D6 is #DEBB29. Grayscale: #494949. Windows color (decimal): -14596906 or 14042145. OLE color: 14042145.

HSL color Cylindrical-coordinate representation of color #2144D6: hue angle of 228.4º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2144D6 is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 33 68 214 -
CMYK 0.85 0.68 0 0.16
HSL 228.4º 0.73% 0.48% -
HSV(B) 228.4º 0.85% 0.84% -
XYZ 14.83 9.31 64.63 -
YUV 74.18 206.9 98.63 -
System Red Green Blue C M Y K H S L
Decimal 33 68 214 0.85 0.68 0 0.16 228.4 0.73 0.48
Hex 21 44 D6 55 44 0 10 E4 49 30
Octal 41 104 326 125 104 0 20 344 111 60
Binary 100001 1000100 11010110 1010101 1000100 0 10000 11100100 1001001 110000

Color Harmonies of #2144D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2144D6

Black with #2144D6

Text Example


Text Example

White with #2144D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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