Html Css Color HEX #1338DC Persian Blue

📋 copy color: '#1338DC'

red 19 ◦ green 56 ◦ blue 220

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

Shades of Persian Blue #1338DC

Tints of Persian Blue #1338DC

RGB

 RED value IS 19 (7.81% from 255) = 6.44%

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

 BLUE value IS 220 (86.33% from 255) = 74.58%

R = 6.44%
G = 18.98%
B = 74.58%

CMYK

 C value IS 0.91

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1338DC (or 0x1338DC) is known color: Persian Blue. HEX triplet: 13, 38 and DC. RGB value is (19,56,220). Sum of RGB (Red+Green+Blue) = 19+56+220=295 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.44% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 220 (86.33% from 255 or 74.58% from 295); Max value from RGB is 220 - color contains mainly: blue. Hex color #1338DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1338DC is #ECC723. Grayscale: #3E3E3E. Windows color (decimal): -15517476 or 14432275. OLE color: 14432275.

HSL color Cylindrical-coordinate representation of color #1338DC: hue angle of 228.96º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1338DC is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 56 220 -
CMYK 0.91 0.75 0 0.14
HSL 228.96º 0.84% 0.47% -
HSV(B) 228.96º 0.91% 0.86% -
XYZ 14.6 8.13 68.51 -
YUV 63.63 216.24 96.16 -
System Red Green Blue C M Y K H S L
Decimal 19 56 220 0.91 0.75 0 0.14 228.96 0.84 0.47
Hex 13 38 DC 5B 4B 0 E E5 54 2F
Octal 23 70 334 133 113 0 16 345 124 57
Binary 10011 111000 11011100 1011011 1001011 0 1110 11100101 1010100 101111

Color Harmonies of #1338DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1338DC

Black with #1338DC

Text Example


Text Example

White with #1338DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1338DC; }

 p { color: rgb(19,56,220); }

 H1.HeaderClassName
 {
   color: #1338DC;
 }
 .AnyTagClassName
 {
   color: #1338DC;
 }
</style>

background-color css

<style>
 a { background-color: #1338DC; }

 a { background-color: rgb(19,56,220); }

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

border-color css

<style>
 span { border-color: #1338DC; }

 span { border-color: rgb(19,56,220); }

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