Html Css Color HEX #1424DF Persian Blue

📋 copy color: '#1424DF'

red 20 ◦ green 36 ◦ blue 223

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

Shades of Persian Blue #1424DF

Tints of Persian Blue #1424DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 79.93%

R = 7.17%
G = 12.9%
B = 79.93%

CMYK

 C value IS 0.91

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1424DF (or 0x1424DF) is known color: Persian Blue. HEX triplet: 14, 24 and DF. RGB value is (20,36,223). Sum of RGB (Red+Green+Blue) = 20+36+223=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 223 (87.5% from 255 or 79.93% from 279); Max value from RGB is 223 - color contains mainly: blue. Hex color #1424DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1424DF is #EBDB20. Grayscale: #333333. Windows color (decimal): -15457057 or 14623764. OLE color: 14623764.

HSL color Cylindrical-coordinate representation of color #1424DF: hue angle of 235.27º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1424DF is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 36 223 -
CMYK 0.91 0.84 0 0.13
HSL 235.27º 0.84% 0.48% -
HSV(B) 235.27º 0.91% 0.87% -
XYZ 14.24 6.74 70.36 -
YUV 52.53 224.2 104.79 -
System Red Green Blue C M Y K H S L
Decimal 20 36 223 0.91 0.84 0 0.13 235.27 0.84 0.48
Hex 14 24 DF 5B 54 0 D EB 54 30
Octal 24 44 337 133 124 0 15 353 124 60
Binary 10100 100100 11011111 1011011 1010100 0 1101 11101011 1010100 110000

Color Harmonies of #1424DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1424DF

Black with #1424DF

Text Example


Text Example

White with #1424DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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