Html Css Color HEX #2426DB Persian Blue

📋 copy color: '#2426DB'

red 36 ◦ green 38 ◦ blue 219

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

Shades of Persian Blue #2426DB

Tints of Persian Blue #2426DB

RGB

 RED value IS 36 (14.45% from 255) = 12.29%

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

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

R = 12.29%
G = 12.97%
B = 74.74%

CMYK

 C value IS 0.84

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2426DB (or 0x2426DB) is known color: Persian Blue. HEX triplet: 24, 26 and DB. RGB value is (36,38,219). Sum of RGB (Red+Green+Blue) = 36+38+219=293 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.29% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 219 (85.94% from 255 or 74.74% from 293); Max value from RGB is 219 - color contains mainly: blue. Hex color #2426DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2426DB is #DBD924. Grayscale: #393939. Windows color (decimal): -14407973 or 14362148. OLE color: 14362148.

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

Color convert

RGB 36 38 219 -
CMYK 0.84 0.83 0 0.14
HSL 239.34º 0.72% 0.5% -
HSV(B) 239.34º 0.84% 0.86% -
XYZ 14.21 6.88 67.6 -
YUV 58.04 218.84 112.28 -
System Red Green Blue C M Y K H S L
Decimal 36 38 219 0.84 0.83 0 0.14 239.34 0.72 0.5
Hex 24 26 DB 54 53 0 E EF 48 32
Octal 44 46 333 124 123 0 16 357 110 62
Binary 100100 100110 11011011 1010100 1010011 0 1110 11101111 1001000 110010

Color Harmonies of #2426DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2426DB

Black with #2426DB

Text Example


Text Example

White with #2426DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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