Html Css Color HEX #1538DF Persian Blue

📋 copy color: '#1538DF'

red 21 ◦ green 56 ◦ blue 223

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

Shades of Persian Blue #1538DF

Tints of Persian Blue #1538DF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.67%

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

R = 7%
G = 18.67%
B = 74.33%

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

#1538DF (or 0x1538DF) is known color: Persian Blue. HEX triplet: 15, 38 and DF. RGB value is (21,56,223). Sum of RGB (Red+Green+Blue) = 21+56+223=300 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7% from 300); Green value is 56 (22.27% from 255 or 18.67% from 300); Blue value is 223 (87.5% from 255 or 74.33% from 300); Max value from RGB is 223 - color contains mainly: blue. Hex color #1538DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1538DF is #EAC720. Grayscale: #3F3F3F. Windows color (decimal): -15386401 or 14628885. OLE color: 14628885.

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

Color convert

RGB 21 56 223 -
CMYK 0.91 0.75 0 0.13
HSL 229.6º 0.83% 0.48% -
HSV(B) 229.6º 0.91% 0.87% -
XYZ 15.04 8.32 70.62 -
YUV 64.57 217.4 96.92 -
System Red Green Blue C M Y K H S L
Decimal 21 56 223 0.91 0.75 0 0.13 229.6 0.83 0.48
Hex 15 38 DF 5B 4B 0 D E6 53 30
Octal 25 70 337 133 113 0 15 346 123 60
Binary 10101 111000 11011111 1011011 1001011 0 1101 11100110 1010011 110000

Color Harmonies of #1538DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1538DF

Black with #1538DF

Text Example


Text Example

White with #1538DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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