Html Css Color HEX #1296DD Pacific Blue

📋 copy color: '#1296DD'

red 18 ◦ green 150 ◦ blue 221

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

Shades of Pacific Blue #1296DD

Tints of Pacific Blue #1296DD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.56%

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

R = 4.63%
G = 38.56%
B = 56.81%

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

#1296DD (or 0x1296DD) is known color: Pacific Blue. HEX triplet: 12, 96 and DD. RGB value is (18,150,221). Sum of RGB (Red+Green+Blue) = 18+150+221=389 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.63% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 221 (86.72% from 255 or 56.81% from 389); Max value from RGB is 221 - color contains mainly: blue. Hex color #1296DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1296DD is #ED6922. Grayscale: #767676. Windows color (decimal): -15558947 or 14521874. OLE color: 14521874.

HSL color Cylindrical-coordinate representation of color #1296DD: hue angle of 200.99º 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 #1296DD is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 150 221 -
CMYK 0.92 0.32 0 0.13
HSL 200.99º 0.85% 0.47% -
HSV(B) 200.99º 0.92% 0.87% -
XYZ 24.21 27.16 72.37 -
YUV 118.63 185.77 56.23 -
System Red Green Blue C M Y K H S L
Decimal 18 150 221 0.92 0.32 0 0.13 200.99 0.85 0.47
Hex 12 96 DD 5C 20 0 D C9 55 2F
Octal 22 226 335 134 40 0 15 311 125 57
Binary 10010 10010110 11011101 1011100 100000 0 1101 11001001 1010101 101111

Color Harmonies of #1296DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1296DD

Black with #1296DD

Text Example


Text Example

White with #1296DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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