Html Css Color HEX #1935DF Persian Blue

📋 copy color: '#1935DF'

red 25 ◦ green 53 ◦ blue 223

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

Shades of Persian Blue #1935DF

Tints of Persian Blue #1935DF

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.61%

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

R = 8.31%
G = 17.61%
B = 74.09%

CMYK

 C value IS 0.89

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1935DF (or 0x1935DF) is known color: Persian Blue. HEX triplet: 19, 35 and DF. RGB value is (25,53,223). Sum of RGB (Red+Green+Blue) = 25+53+223=301 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.31% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 223 (87.5% from 255 or 74.09% from 301); Max value from RGB is 223 - color contains mainly: blue. Hex color #1935DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1935DF is #E6CA20. Grayscale: #3F3F3F. Windows color (decimal): -15125025 or 14628121. OLE color: 14628121.

HSL color Cylindrical-coordinate representation of color #1935DF: hue angle of 231.52º 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 #1935DF is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 25 53 223 -
CMYK 0.89 0.76 0 0.13
HSL 231.52º 0.8% 0.49% -
HSV(B) 231.52º 0.89% 0.87% -
XYZ 14.99 8.08 70.58 -
YUV 64.01 217.72 100.18 -
System Red Green Blue C M Y K H S L
Decimal 25 53 223 0.89 0.76 0 0.13 231.52 0.8 0.49
Hex 19 35 DF 59 4C 0 D E8 50 31
Octal 31 65 337 131 114 0 15 350 120 61
Binary 11001 110101 11011111 1011001 1001100 0 1101 11101000 1010000 110001

Color Harmonies of #1935DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1935DF

Black with #1935DF

Text Example


Text Example

White with #1935DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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