Html Css Color HEX #1297DA Pacific Blue

📋 copy color: '#1297DA'

red 18 ◦ green 151 ◦ blue 218

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

Shades of Pacific Blue #1297DA

Tints of Pacific Blue #1297DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 56.33%

R = 4.65%
G = 39.02%
B = 56.33%

CMYK

 C value IS 0.92

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1297DA (or 0x1297DA) is known color: Pacific Blue. HEX triplet: 12, 97 and DA. RGB value is (18,151,218). Sum of RGB (Red+Green+Blue) = 18+151+218=387 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.65% from 387); Green value is 151 (59.38% from 255 or 39.02% from 387); Blue value is 218 (85.55% from 255 or 56.33% from 387); Max value from RGB is 218 - color contains mainly: blue. Hex color #1297DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1297DA is #ED6825. Grayscale: #767676. Windows color (decimal): -15558694 or 14325522. OLE color: 14325522.

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

Color convert

RGB 18 151 218 -
CMYK 0.92 0.31 0 0.15
HSL 200.1º 0.85% 0.46% -
HSV(B) 200.1º 0.92% 0.85% -
XYZ 23.97 27.32 70.34 -
YUV 118.87 183.94 56.05 -
System Red Green Blue C M Y K H S L
Decimal 18 151 218 0.92 0.31 0 0.15 200.1 0.85 0.46
Hex 12 97 DA 5C 1F 0 F C8 55 2E
Octal 22 227 332 134 37 0 17 310 125 56
Binary 10010 10010111 11011010 1011100 11111 0 1111 11001000 1010101 101110

Color Harmonies of #1297DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1297DA

Black with #1297DA

Text Example


Text Example

White with #1297DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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