Html Css Color HEX #1537DF Persian Blue

📋 copy color: '#1537DF'

red 21 ◦ green 55 ◦ blue 223

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

Shades of Persian Blue #1537DF

Tints of Persian Blue #1537DF

RGB

 RED value IS 21 (8.59% from 255) = 7.02%

 GREEN value IS 55 (21.88% from 255) = 18.39%

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

R = 7.02%
G = 18.39%
B = 74.58%

CMYK

 C value IS 0.91

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1537DF (or 0x1537DF) is known color: Persian Blue. HEX triplet: 15, 37 and DF. RGB value is (21,55,223). Sum of RGB (Red+Green+Blue) = 21+55+223=299 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.02% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 223 (87.5% from 255 or 74.58% from 299); Max value from RGB is 223 - color contains mainly: blue. Hex color #1537DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1537DF is #EAC820. Grayscale: #3F3F3F. Windows color (decimal): -15386657 or 14628629. OLE color: 14628629.

HSL color Cylindrical-coordinate representation of color #1537DF: hue angle of 229.9º degrees, saturation: 0.83, 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 #1537DF is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 55 223 -
CMYK 0.91 0.75 0 0.13
HSL 229.9º 0.83% 0.48% -
HSV(B) 229.9º 0.91% 0.87% -
XYZ 14.99 8.22 70.61 -
YUV 63.99 217.74 97.34 -
System Red Green Blue C M Y K H S L
Decimal 21 55 223 0.91 0.75 0 0.13 229.9 0.83 0.48
Hex 15 37 DF 5B 4B 0 D E6 53 30
Octal 25 67 337 133 113 0 15 346 123 60
Binary 10101 110111 11011111 1011011 1001011 0 1101 11100110 1010011 110000

Color Harmonies of #1537DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1537DF

Black with #1537DF

Text Example


Text Example

White with #1537DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,55,223); }

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

background-color css

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

 a { background-color: rgb(21,55,223); }

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

border-color css

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

 span { border-color: rgb(21,55,223); }

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