Html Css Color HEX #1294CD Pacific Blue

📋 copy color: '#1294CD'

red 18 ◦ green 148 ◦ blue 205

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

Shades of Pacific Blue #1294CD

Tints of Pacific Blue #1294CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 55.26%

R = 4.85%
G = 39.89%
B = 55.26%

CMYK

 C value IS 0.91

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1294CD (or 0x1294CD) is known color: Pacific Blue. HEX triplet: 12, 94 and CD. RGB value is (18,148,205). Sum of RGB (Red+Green+Blue) = 18+148+205=371 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.85% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 205 (80.47% from 255 or 55.26% from 371); Max value from RGB is 205 - color contains mainly: blue. Hex color #1294CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1294CD is #ED6B32. Grayscale: #737373. Windows color (decimal): -15559475 or 13472786. OLE color: 13472786.

HSL color Cylindrical-coordinate representation of color #1294CD: hue angle of 198.29º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1294CD is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 148 205 -
CMYK 0.91 0.28 0 0.20
HSL 198.29º 0.84% 0.44% -
HSV(B) 198.29º 0.91% 0.8% -
XYZ 21.86 25.72 61.57 -
YUV 115.63 178.43 58.37 -
System Red Green Blue C M Y K H S L
Decimal 18 148 205 0.91 0.28 0 0.20 198.29 0.84 0.44
Hex 12 94 CD 5B 1C 0 14 C6 54 2C
Octal 22 224 315 133 34 0 24 306 124 54
Binary 10010 10010100 11001101 1011011 11100 0 10100 11000110 1010100 101100

Color Harmonies of #1294CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1294CD

Black with #1294CD

Text Example


Text Example

White with #1294CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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