Html Css Color HEX #1297D7 Pacific Blue

📋 copy color: '#1297D7'

red 18 ◦ green 151 ◦ blue 215

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

Shades of Pacific Blue #1297D7

Tints of Pacific Blue #1297D7

RGB

 RED value IS 18 (7.42% from 255) = 4.69%

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

 BLUE value IS 215 (84.38% from 255) = 55.99%

R = 4.69%
G = 39.32%
B = 55.99%

CMYK

 C value IS 0.92

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1297D7 (or 0x1297D7) is known color: Pacific Blue. HEX triplet: 12, 97 and D7. RGB value is (18,151,215). Sum of RGB (Red+Green+Blue) = 18+151+215=384 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.69% from 384); Green value is 151 (59.38% from 255 or 39.32% from 384); Blue value is 215 (84.38% from 255 or 55.99% from 384); Max value from RGB is 215 - color contains mainly: blue. Hex color #1297D7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1297D7 is #ED6828. Grayscale: #767676. Windows color (decimal): -15558697 or 14128914. OLE color: 14128914.

HSL color Cylindrical-coordinate representation of color #1297D7: hue angle of 199.49º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1297D7 is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 18 151 215 -
CMYK 0.92 0.30 0 0.16
HSL 199.49º 0.85% 0.46% -
HSV(B) 199.49º 0.92% 0.84% -
XYZ 23.58 27.17 68.29 -
YUV 118.53 182.44 56.3 -
System Red Green Blue C M Y K H S L
Decimal 18 151 215 0.92 0.30 0 0.16 199.49 0.85 0.46
Hex 12 97 D7 5C 1E 0 10 C7 55 2E
Octal 22 227 327 134 36 0 20 307 125 56
Binary 10010 10010111 11010111 1011100 11110 0 10000 11000111 1010101 101110

Color Harmonies of #1297D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1297D7

Black with #1297D7

Text Example


Text Example

White with #1297D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1297D7; }

 p { color: rgb(18,151,215); }

 H1.HeaderClassName
 {
   color: #1297D7;
 }
 .AnyTagClassName
 {
   color: #1297D7;
 }
</style>

background-color css

<style>
 a { background-color: #1297D7; }

 a { background-color: rgb(18,151,215); }

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

border-color css

<style>
 span { border-color: #1297D7; }

 span { border-color: rgb(18,151,215); }

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