Html Css Color HEX #2439DB Persian Blue

📋 copy color: '#2439DB'

red 36 ◦ green 57 ◦ blue 219

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

Shades of Persian Blue #2439DB

Tints of Persian Blue #2439DB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.27%

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

R = 11.54%
G = 18.27%
B = 70.19%

CMYK

 C value IS 0.84

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2439DB (or 0x2439DB) is known color: Persian Blue. HEX triplet: 24, 39 and DB. RGB value is (36,57,219). Sum of RGB (Red+Green+Blue) = 36+57+219=312 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.54% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 219 (85.94% from 255 or 70.19% from 312); Max value from RGB is 219 - color contains mainly: blue. Hex color #2439DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2439DB is #DBC624. Grayscale: #444444. Windows color (decimal): -14403109 or 14367012. OLE color: 14367012.

HSL color Cylindrical-coordinate representation of color #2439DB: hue angle of 233.11º 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 #2439DB is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 36 57 219 -
CMYK 0.84 0.74 0 0.14
HSL 233.11º 0.72% 0.5% -
HSV(B) 233.11º 0.84% 0.86% -
XYZ 14.98 8.42 67.85 -
YUV 69.19 212.54 104.33 -
System Red Green Blue C M Y K H S L
Decimal 36 57 219 0.84 0.74 0 0.14 233.11 0.72 0.5
Hex 24 39 DB 54 4A 0 E E9 48 32
Octal 44 71 333 124 112 0 16 351 110 62
Binary 100100 111001 11011011 1010100 1001010 0 1110 11101001 1001000 110010

Color Harmonies of #2439DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2439DB

Black with #2439DB

Text Example


Text Example

White with #2439DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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