Html Css Color HEX #1424DB Persian Blue

📋 copy color: '#1424DB'

red 20 ◦ green 36 ◦ blue 219

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

Shades of Persian Blue #1424DB

Tints of Persian Blue #1424DB

RGB

 RED value IS 20 (8.2% from 255) = 7.27%

 GREEN value IS 36 (14.45% from 255) = 13.09%

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

R = 7.27%
G = 13.09%
B = 79.64%

CMYK

 C value IS 0.91

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1424DB (or 0x1424DB) is known color: Persian Blue. HEX triplet: 14, 24 and DB. RGB value is (20,36,219). Sum of RGB (Red+Green+Blue) = 20+36+219=275 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.27% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 219 (85.94% from 255 or 79.64% from 275); Max value from RGB is 219 - color contains mainly: blue. Hex color #1424DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1424DB is #EBDB24. Grayscale: #333333. Windows color (decimal): -15457061 or 14361620. OLE color: 14361620.

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

Color convert

RGB 20 36 219 -
CMYK 0.91 0.84 0 0.14
HSL 235.18º 0.83% 0.47% -
HSV(B) 235.18º 0.91% 0.86% -
XYZ 13.71 6.52 67.55 -
YUV 52.08 222.2 105.12 -
System Red Green Blue C M Y K H S L
Decimal 20 36 219 0.91 0.84 0 0.14 235.18 0.83 0.47
Hex 14 24 DB 5B 54 0 E EB 53 2F
Octal 24 44 333 133 124 0 16 353 123 57
Binary 10100 100100 11011011 1011011 1010100 0 1110 11101011 1010011 101111

Color Harmonies of #1424DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1424DB

Black with #1424DB

Text Example


Text Example

White with #1424DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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