Html Css Color HEX #1294DA Pacific Blue

📋 copy color: '#1294DA'

red 18 ◦ green 148 ◦ blue 218

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

Shades of Pacific Blue #1294DA

Tints of Pacific Blue #1294DA

RGB

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

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

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

R = 4.69%
G = 38.54%
B = 56.77%

CMYK

 C value IS 0.92

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1294DA (or 0x1294DA) is known color: Pacific Blue. HEX triplet: 12, 94 and DA. RGB value is (18,148,218). Sum of RGB (Red+Green+Blue) = 18+148+218=384 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.69% from 384); Green value is 148 (58.20% from 255 or 38.54% from 384); Blue value is 218 (85.55% from 255 or 56.77% from 384); Max value from RGB is 218 - color contains mainly: blue. Hex color #1294DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1294DA is #ED6B25. Grayscale: #747474. Windows color (decimal): -15559462 or 14324754. OLE color: 14324754.

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

Color convert

RGB 18 148 218 -
CMYK 0.92 0.32 0 0.15
HSL 201º 0.85% 0.46% -
HSV(B) 201º 0.92% 0.85% -
XYZ 23.49 26.37 70.18 -
YUV 117.11 184.93 57.31 -
System Red Green Blue C M Y K H S L
Decimal 18 148 218 0.92 0.32 0 0.15 201 0.85 0.46
Hex 12 94 DA 5C 20 0 F C9 55 2E
Octal 22 224 332 134 40 0 17 311 125 56
Binary 10010 10010100 11011010 1011100 100000 0 1111 11001001 1010101 101110

Color Harmonies of #1294DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1294DA

Black with #1294DA

Text Example


Text Example

White with #1294DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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