Html Css Color HEX #2026DB Persian Blue

📋 copy color: '#2026DB'

red 32 ◦ green 38 ◦ blue 219

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

Shades of Persian Blue #2026DB

Tints of Persian Blue #2026DB

RGB

 RED value IS 32 (12.89% from 255) = 11.07%

 GREEN value IS 38 (15.23% from 255) = 13.15%

 BLUE value IS 219 (85.94% from 255) = 75.78%

R = 11.07%
G = 13.15%
B = 75.78%

CMYK

 C value IS 0.85

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2026DB (or 0x2026DB) is known color: Persian Blue. HEX triplet: 20, 26 and DB. RGB value is (32,38,219). Sum of RGB (Red+Green+Blue) = 32+38+219=289 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.07% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 219 (85.94% from 255 or 75.78% from 289); Max value from RGB is 219 - color contains mainly: blue. Hex color #2026DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2026DB is #DFD924. Grayscale: #383838. Windows color (decimal): -14670117 or 14362144. OLE color: 14362144.

HSL color Cylindrical-coordinate representation of color #2026DB: hue angle of 238.07º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2026DB is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 32 38 219 -
CMYK 0.85 0.83 0 0.14
HSL 238.07º 0.75% 0.49% -
HSV(B) 238.07º 0.85% 0.86% -
XYZ 14.07 6.81 67.59 -
YUV 56.84 219.51 110.28 -
System Red Green Blue C M Y K H S L
Decimal 32 38 219 0.85 0.83 0 0.14 238.07 0.75 0.49
Hex 20 26 DB 55 53 0 E EE 4B 31
Octal 40 46 333 125 123 0 16 356 113 61
Binary 100000 100110 11011011 1010101 1010011 0 1110 11101110 1001011 110001

Color Harmonies of #2026DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2026DB

Black with #2026DB

Text Example


Text Example

White with #2026DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2026DB; }

 p { color: rgb(32,38,219); }

 H1.HeaderClassName
 {
   color: #2026DB;
 }
 .AnyTagClassName
 {
   color: #2026DB;
 }
</style>

background-color css

<style>
 a { background-color: #2026DB; }

 a { background-color: rgb(32,38,219); }

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

border-color css

<style>
 span { border-color: #2026DB; }

 span { border-color: rgb(32,38,219); }

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