Html Css Color HEX #1490CF Pacific Blue

📋 copy color: '#1490CF'

red 20 ◦ green 144 ◦ blue 207

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

Shades of Pacific Blue #1490CF

Tints of Pacific Blue #1490CF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.81%

 BLUE value IS 207 (81.25% from 255) = 55.8%

R = 5.39%
G = 38.81%
B = 55.8%

CMYK

 C value IS 0.90

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1490CF (or 0x1490CF) is known color: Pacific Blue. HEX triplet: 14, 90 and CF. RGB value is (20,144,207). Sum of RGB (Red+Green+Blue) = 20+144+207=371 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.39% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #1490CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1490CF is #EB6F30. Grayscale: #717171. Windows color (decimal): -15429425 or 13602836. OLE color: 13602836.

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

Color convert

RGB 20 144 207 -
CMYK 0.90 0.30 0 0.19
HSL 200.21º 0.82% 0.45% -
HSV(B) 200.21º 0.9% 0.81% -
XYZ 21.52 24.6 62.65 -
YUV 114.11 180.42 60.88 -
System Red Green Blue C M Y K H S L
Decimal 20 144 207 0.90 0.30 0 0.19 200.21 0.82 0.45
Hex 14 90 CF 5A 1E 0 13 C8 52 2D
Octal 24 220 317 132 36 0 23 310 122 55
Binary 10100 10010000 11001111 1011010 11110 0 10011 11001000 1010010 101101

Color Harmonies of #1490CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1490CF

Black with #1490CF

Text Example


Text Example

White with #1490CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1490CF; }

 p { color: rgb(20,144,207); }

 H1.HeaderClassName
 {
   color: #1490CF;
 }
 .AnyTagClassName
 {
   color: #1490CF;
 }
</style>

background-color css

<style>
 a { background-color: #1490CF; }

 a { background-color: rgb(20,144,207); }

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

border-color css

<style>
 span { border-color: #1490CF; }

 span { border-color: rgb(20,144,207); }

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