Html Css Color HEX #1538CF Persian Blue

📋 copy color: '#1538CF'

red 21 ◦ green 56 ◦ blue 207

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

Shades of Persian Blue #1538CF

Tints of Persian Blue #1538CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 72.89%

R = 7.39%
G = 19.72%
B = 72.89%

CMYK

 C value IS 0.90

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1538CF (or 0x1538CF) is known color: Persian Blue. HEX triplet: 15, 38 and CF. RGB value is (21,56,207). Sum of RGB (Red+Green+Blue) = 21+56+207=284 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.39% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 207 (81.25% from 255 or 72.89% from 284); Max value from RGB is 207 - color contains mainly: blue. Hex color #1538CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1538CF is #EAC730. Grayscale: #3E3E3E. Windows color (decimal): -15386417 or 13580309. OLE color: 13580309.

HSL color Cylindrical-coordinate representation of color #1538CF: hue angle of 228.71º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1538CF is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 56 207 -
CMYK 0.90 0.73 0 0.19
HSL 228.71º 0.82% 0.45% -
HSV(B) 228.71º 0.9% 0.81% -
XYZ 12.99 7.49 59.79 -
YUV 62.75 209.4 98.22 -
System Red Green Blue C M Y K H S L
Decimal 21 56 207 0.90 0.73 0 0.19 228.71 0.82 0.45
Hex 15 38 CF 5A 49 0 13 E5 52 2D
Octal 25 70 317 132 111 0 23 345 122 55
Binary 10101 111000 11001111 1011010 1001001 0 10011 11100101 1010010 101101

Color Harmonies of #1538CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1538CF

Black with #1538CF

Text Example


Text Example

White with #1538CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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