Html Css Color HEX #1297DD Pacific Blue

📋 copy color: '#1297DD'

red 18 ◦ green 151 ◦ blue 221

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

Shades of Pacific Blue #1297DD

Tints of Pacific Blue #1297DD

RGB

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

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

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

R = 4.62%
G = 38.72%
B = 56.67%

CMYK

 C value IS 0.92

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1297DD (or 0x1297DD) is known color: Pacific Blue. HEX triplet: 12, 97 and DD. RGB value is (18,151,221). Sum of RGB (Red+Green+Blue) = 18+151+221=390 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.62% from 390); Green value is 151 (59.38% from 255 or 38.72% from 390); Blue value is 221 (86.72% from 255 or 56.67% from 390); Max value from RGB is 221 - color contains mainly: blue. Hex color #1297DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1297DD is #ED6822. Grayscale: #767676. Windows color (decimal): -15558691 or 14522130. OLE color: 14522130.

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

Color convert

RGB 18 151 221 -
CMYK 0.92 0.32 0 0.13
HSL 200.69º 0.85% 0.47% -
HSV(B) 200.69º 0.92% 0.87% -
XYZ 24.37 27.48 72.43 -
YUV 119.21 185.44 55.81 -
System Red Green Blue C M Y K H S L
Decimal 18 151 221 0.92 0.32 0 0.13 200.69 0.85 0.47
Hex 12 97 DD 5C 20 0 D C9 55 2F
Octal 22 227 335 134 40 0 15 311 125 57
Binary 10010 10010111 11011101 1011100 100000 0 1101 11001001 1010101 101111

Color Harmonies of #1297DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1297DD

Black with #1297DD

Text Example


Text Example

White with #1297DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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