Html Css Color HEX #1290DD Pacific Blue

📋 copy color: '#1290DD'

red 18 ◦ green 144 ◦ blue 221

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

Shades of Pacific Blue #1290DD

Tints of Pacific Blue #1290DD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.6%

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

R = 4.7%
G = 37.6%
B = 57.7%

CMYK

 C value IS 0.92

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1290DD (or 0x1290DD) is known color: Pacific Blue. HEX triplet: 12, 90 and DD. RGB value is (18,144,221). Sum of RGB (Red+Green+Blue) = 18+144+221=383 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.70% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #1290DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1290DD is #ED6F22. Grayscale: #727272. Windows color (decimal): -15560483 or 14520338. OLE color: 14520338.

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

Color convert

RGB 18 144 221 -
CMYK 0.92 0.35 0 0.13
HSL 202.76º 0.85% 0.47% -
HSV(B) 202.76º 0.92% 0.87% -
XYZ 23.27 25.3 72.06 -
YUV 115.1 187.76 58.74 -
System Red Green Blue C M Y K H S L
Decimal 18 144 221 0.92 0.35 0 0.13 202.76 0.85 0.47
Hex 12 90 DD 5C 23 0 D CB 55 2F
Octal 22 220 335 134 43 0 15 313 125 57
Binary 10010 10010000 11011101 1011100 100011 0 1101 11001011 1010101 101111

Color Harmonies of #1290DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1290DD

Black with #1290DD

Text Example


Text Example

White with #1290DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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