Html Css Color HEX #1294D1 Pacific Blue

📋 copy color: '#1294D1'

red 18 ◦ green 148 ◦ blue 209

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

Shades of Pacific Blue #1294D1

Tints of Pacific Blue #1294D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 55.73%

R = 4.8%
G = 39.47%
B = 55.73%

CMYK

 C value IS 0.91

 M value IS 0.29

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1294D1 (or 0x1294D1) is known color: Pacific Blue. HEX triplet: 12, 94 and D1. RGB value is (18,148,209). Sum of RGB (Red+Green+Blue) = 18+148+209=375 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.8% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 209 (82.03% from 255 or 55.73% from 375); Max value from RGB is 209 - color contains mainly: blue. Hex color #1294D1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1294D1 is #ED6B2E. Grayscale: #737373. Windows color (decimal): -15559471 or 13734930. OLE color: 13734930.

HSL color Cylindrical-coordinate representation of color #1294D1: hue angle of 199.16º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1294D1 is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 18 148 209 -
CMYK 0.91 0.29 0 0.18
HSL 199.16º 0.84% 0.45% -
HSV(B) 199.16º 0.91% 0.82% -
XYZ 22.35 25.91 64.15 -
YUV 116.08 180.43 58.04 -
System Red Green Blue C M Y K H S L
Decimal 18 148 209 0.91 0.29 0 0.18 199.16 0.84 0.45
Hex 12 94 D1 5B 1D 0 12 C7 54 2D
Octal 22 224 321 133 35 0 22 307 124 55
Binary 10010 10010100 11010001 1011011 11101 0 10010 11000111 1010100 101101

Color Harmonies of #1294D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1294D1

Black with #1294D1

Text Example


Text Example

White with #1294D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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