Html Css Color HEX #1924DF Persian Blue

📋 copy color: '#1924DF'

red 25 ◦ green 36 ◦ blue 223

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

Shades of Persian Blue #1924DF

Tints of Persian Blue #1924DF

RGB

 RED value IS 25 (10.16% from 255) = 8.8%

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

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

R = 8.8%
G = 12.68%
B = 78.52%

CMYK

 C value IS 0.89

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1924DF (or 0x1924DF) is known color: Persian Blue. HEX triplet: 19, 24 and DF. RGB value is (25,36,223). Sum of RGB (Red+Green+Blue) = 25+36+223=284 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.80% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 223 (87.5% from 255 or 78.52% from 284); Max value from RGB is 223 - color contains mainly: blue. Hex color #1924DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1924DF is #E6DB20. Grayscale: #353535. Windows color (decimal): -15129377 or 14623769. OLE color: 14623769.

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

Color convert

RGB 25 36 223 -
CMYK 0.89 0.84 0 0.13
HSL 236.67º 0.8% 0.49% -
HSV(B) 236.67º 0.89% 0.87% -
XYZ 14.35 6.8 70.37 -
YUV 54.03 223.36 107.29 -
System Red Green Blue C M Y K H S L
Decimal 25 36 223 0.89 0.84 0 0.13 236.67 0.8 0.49
Hex 19 24 DF 59 54 0 D ED 50 31
Octal 31 44 337 131 124 0 15 355 120 61
Binary 11001 100100 11011111 1011001 1010100 0 1101 11101101 1010000 110001

Color Harmonies of #1924DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1924DF

Black with #1924DF

Text Example


Text Example

White with #1924DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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