Html Css Color HEX #1397DC Pacific Blue

📋 copy color: '#1397DC'

red 19 ◦ green 151 ◦ blue 220

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

Shades of Pacific Blue #1397DC

Tints of Pacific Blue #1397DC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.72%

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

R = 4.87%
G = 38.72%
B = 56.41%

CMYK

 C value IS 0.91

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1397DC (or 0x1397DC) is known color: Pacific Blue. HEX triplet: 13, 97 and DC. RGB value is (19,151,220). Sum of RGB (Red+Green+Blue) = 19+151+220=390 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.87% from 390); Green value is 151 (59.38% from 255 or 38.72% from 390); Blue value is 220 (86.33% from 255 or 56.41% from 390); Max value from RGB is 220 - color contains mainly: blue. Hex color #1397DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1397DC is #EC6823. Grayscale: #767676. Windows color (decimal): -15493156 or 14456595. OLE color: 14456595.

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

Color convert

RGB 19 151 220 -
CMYK 0.91 0.31 0 0.14
HSL 200.6º 0.84% 0.47% -
HSV(B) 200.6º 0.91% 0.86% -
XYZ 24.25 27.44 71.73 -
YUV 119.4 184.77 56.39 -
System Red Green Blue C M Y K H S L
Decimal 19 151 220 0.91 0.31 0 0.14 200.6 0.84 0.47
Hex 13 97 DC 5B 1F 0 E C9 54 2F
Octal 23 227 334 133 37 0 16 311 124 57
Binary 10011 10010111 11011100 1011011 11111 0 1110 11001001 1010100 101111

Color Harmonies of #1397DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1397DC

Black with #1397DC

Text Example


Text Example

White with #1397DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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