Html Css Color HEX #1294DD Pacific Blue

📋 copy color: '#1294DD'

red 18 ◦ green 148 ◦ blue 221

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

Shades of Pacific Blue #1294DD

Tints of Pacific Blue #1294DD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.24%

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

R = 4.65%
G = 38.24%
B = 57.11%

CMYK

 C value IS 0.92

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1294DD (or 0x1294DD) is known color: Pacific Blue. HEX triplet: 12, 94 and DD. RGB value is (18,148,221). Sum of RGB (Red+Green+Blue) = 18+148+221=387 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.65% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 221 (86.72% from 255 or 57.11% from 387); Max value from RGB is 221 - color contains mainly: blue. Hex color #1294DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1294DD is #ED6B22. Grayscale: #757575. Windows color (decimal): -15559459 or 14521362. OLE color: 14521362.

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

Color convert

RGB 18 148 221 -
CMYK 0.92 0.33 0 0.13
HSL 201.58º 0.85% 0.47% -
HSV(B) 201.58º 0.92% 0.87% -
XYZ 23.89 26.53 72.27 -
YUV 117.45 186.43 57.06 -
System Red Green Blue C M Y K H S L
Decimal 18 148 221 0.92 0.33 0 0.13 201.58 0.85 0.47
Hex 12 94 DD 5C 21 0 D CA 55 2F
Octal 22 224 335 134 41 0 15 312 125 57
Binary 10010 10010100 11011101 1011100 100001 0 1101 11001010 1010101 101111

Color Harmonies of #1294DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1294DD

Black with #1294DD

Text Example


Text Example

White with #1294DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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