Html Css Color HEX #1393DC Pacific Blue

📋 copy color: '#1393DC'

red 19 ◦ green 147 ◦ blue 220

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

Shades of Pacific Blue #1393DC

Tints of Pacific Blue #1393DC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.08%

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

R = 4.92%
G = 38.08%
B = 56.99%

CMYK

 C value IS 0.91

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1393DC (or 0x1393DC) is known color: Pacific Blue. HEX triplet: 13, 93 and DC. RGB value is (19,147,220). Sum of RGB (Red+Green+Blue) = 19+147+220=386 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.92% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 220 (86.33% from 255 or 56.99% from 386); Max value from RGB is 220 - color contains mainly: blue. Hex color #1393DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1393DC is #EC6C23. Grayscale: #747474. Windows color (decimal): -15494180 or 14455571. OLE color: 14455571.

HSL color Cylindrical-coordinate representation of color #1393DC: hue angle of 201.79º 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 #1393DC is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 147 220 -
CMYK 0.91 0.33 0 0.14
HSL 201.79º 0.84% 0.47% -
HSV(B) 201.79º 0.91% 0.86% -
XYZ 23.62 26.17 71.52 -
YUV 117.05 186.09 58.06 -
System Red Green Blue C M Y K H S L
Decimal 19 147 220 0.91 0.33 0 0.14 201.79 0.84 0.47
Hex 13 93 DC 5B 21 0 E CA 54 2F
Octal 23 223 334 133 41 0 16 312 124 57
Binary 10011 10010011 11011100 1011011 100001 0 1110 11001010 1010100 101111

Color Harmonies of #1393DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1393DC

Black with #1393DC

Text Example


Text Example

White with #1393DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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