Html Css Color HEX #1397DD Pacific Blue

📋 copy color: '#1397DD'

red 19 ◦ green 151 ◦ blue 221

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

Shades of Pacific Blue #1397DD

Tints of Pacific Blue #1397DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.52%

R = 4.86%
G = 38.62%
B = 56.52%

CMYK

 C value IS 0.91

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1397DD (or 0x1397DD) is known color: Pacific Blue. HEX triplet: 13, 97 and DD. RGB value is (19,151,221). Sum of RGB (Red+Green+Blue) = 19+151+221=391 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.86% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #1397DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1397DD is #EC6822. Grayscale: #777777. Windows color (decimal): -15493155 or 14522131. OLE color: 14522131.

HSL color Cylindrical-coordinate representation of color #1397DD: hue angle of 200.79º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1397DD is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 151 221 -
CMYK 0.91 0.32 0 0.13
HSL 200.79º 0.84% 0.47% -
HSV(B) 200.79º 0.91% 0.87% -
XYZ 24.39 27.49 72.43 -
YUV 119.51 185.27 56.31 -
System Red Green Blue C M Y K H S L
Decimal 19 151 221 0.91 0.32 0 0.13 200.79 0.84 0.47
Hex 13 97 DD 5B 20 0 D C9 54 2F
Octal 23 227 335 133 40 0 15 311 124 57
Binary 10011 10010111 11011101 1011011 100000 0 1101 11001001 1010100 101111

Color Harmonies of #1397DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1397DD

Black with #1397DD

Text Example


Text Example

White with #1397DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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