Html Css Color HEX #1790CA Pacific Blue

📋 copy color: '#1790CA'

red 23 ◦ green 144 ◦ blue 202

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

Shades of Pacific Blue #1790CA

Tints of Pacific Blue #1790CA

RGB

 RED value IS 23 (9.38% from 255) = 6.23%

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

 BLUE value IS 202 (79.3% from 255) = 54.74%

R = 6.23%
G = 39.02%
B = 54.74%

CMYK

 C value IS 0.89

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1790CA (or 0x1790CA) is known color: Pacific Blue. HEX triplet: 17, 90 and CA. RGB value is (23,144,202). Sum of RGB (Red+Green+Blue) = 23+144+202=369 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.23% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 202 (79.30% from 255 or 54.74% from 369); Max value from RGB is 202 - color contains mainly: blue. Hex color #1790CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1790CA is #E86F35. Grayscale: #727272. Windows color (decimal): -15232822 or 13275159. OLE color: 13275159.

HSL color Cylindrical-coordinate representation of color #1790CA: hue angle of 199.44º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1790CA is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 23 144 202 -
CMYK 0.89 0.29 0 0.21
HSL 199.44º 0.8% 0.44% -
HSV(B) 199.44º 0.89% 0.79% -
XYZ 20.99 24.39 59.48 -
YUV 114.43 177.41 62.78 -
System Red Green Blue C M Y K H S L
Decimal 23 144 202 0.89 0.29 0 0.21 199.44 0.8 0.44
Hex 17 90 CA 59 1D 0 15 C7 50 2C
Octal 27 220 312 131 35 0 25 307 120 54
Binary 10111 10010000 11001010 1011001 11101 0 10101 11000111 1010000 101100

Color Harmonies of #1790CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1790CA

Black with #1790CA

Text Example


Text Example

White with #1790CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1790CA; }

 p { color: rgb(23,144,202); }

 H1.HeaderClassName
 {
   color: #1790CA;
 }
 .AnyTagClassName
 {
   color: #1790CA;
 }
</style>

background-color css

<style>
 a { background-color: #1790CA; }

 a { background-color: rgb(23,144,202); }

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

border-color css

<style>
 span { border-color: #1790CA; }

 span { border-color: rgb(23,144,202); }

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