Html Css Color HEX #1494CE Pacific Blue

📋 copy color: '#1494CE'

red 20 ◦ green 148 ◦ blue 206

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

Shades of Pacific Blue #1494CE

Tints of Pacific Blue #1494CE

RGB

 RED value IS 20 (8.2% from 255) = 5.35%

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

 BLUE value IS 206 (80.86% from 255) = 55.08%

R = 5.35%
G = 39.57%
B = 55.08%

CMYK

 C value IS 0.90

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1494CE (or 0x1494CE) is known color: Pacific Blue. HEX triplet: 14, 94 and CE. RGB value is (20,148,206). Sum of RGB (Red+Green+Blue) = 20+148+206=374 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.35% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #1494CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1494CE is #EB6B31. Grayscale: #737373. Windows color (decimal): -15428402 or 13538324. OLE color: 13538324.

HSL color Cylindrical-coordinate representation of color #1494CE: hue angle of 198.71º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1494CE is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 148 206 -
CMYK 0.90 0.28 0 0.19
HSL 198.71º 0.82% 0.44% -
HSV(B) 198.71º 0.9% 0.81% -
XYZ 22.02 25.78 62.21 -
YUV 116.34 178.59 59.28 -
System Red Green Blue C M Y K H S L
Decimal 20 148 206 0.90 0.28 0 0.19 198.71 0.82 0.44
Hex 14 94 CE 5A 1C 0 13 C7 52 2C
Octal 24 224 316 132 34 0 23 307 122 54
Binary 10100 10010100 11001110 1011010 11100 0 10011 11000111 1010010 101100

Color Harmonies of #1494CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1494CE

Black with #1494CE

Text Example


Text Example

White with #1494CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1494CE; }

 p { color: rgb(20,148,206); }

 H1.HeaderClassName
 {
   color: #1494CE;
 }
 .AnyTagClassName
 {
   color: #1494CE;
 }
</style>

background-color css

<style>
 a { background-color: #1494CE; }

 a { background-color: rgb(20,148,206); }

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

border-color css

<style>
 span { border-color: #1494CE; }

 span { border-color: rgb(20,148,206); }

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