Html Css Color HEX #1784BB Pelorous

📋 copy color: '#1784BB'

red 23 ◦ green 132 ◦ blue 187

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

Shades of Pelorous #1784BB

Tints of Pelorous #1784BB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.6%

 BLUE value IS 187 (73.44% from 255) = 54.68%

R = 6.73%
G = 38.6%
B = 54.68%

CMYK

 C value IS 0.88

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1784BB (or 0x1784BB) is known color: Pelorous. HEX triplet: 17, 84 and BB. RGB value is (23,132,187). Sum of RGB (Red+Green+Blue) = 23+132+187=342 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.73% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 187 (73.44% from 255 or 54.68% from 342); Max value from RGB is 187 - color contains mainly: blue. Hex color #1784BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1784BB is #E87B44. Grayscale: #696969. Windows color (decimal): -15235909 or 12289047. OLE color: 12289047.

HSL color Cylindrical-coordinate representation of color #1784BB: hue angle of 200.12º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1784BB is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 23 132 187 -
CMYK 0.88 0.29 0 0.27
HSL 200.12º 0.78% 0.41% -
HSV(B) 200.12º 0.88% 0.73% -
XYZ 17.57 20.27 50 -
YUV 105.68 173.89 69.03 -
System Red Green Blue C M Y K H S L
Decimal 23 132 187 0.88 0.29 0 0.27 200.12 0.78 0.41
Hex 17 84 BB 58 1D 0 1B C8 4E 29
Octal 27 204 273 130 35 0 33 310 116 51
Binary 10111 10000100 10111011 1011000 11101 0 11011 11001000 1001110 101001

Color Harmonies of #1784BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1784BB

Black with #1784BB

Text Example


Text Example

White with #1784BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1784BB; }

 p { color: rgb(23,132,187); }

 H1.HeaderClassName
 {
   color: #1784BB;
 }
 .AnyTagClassName
 {
   color: #1784BB;
 }
</style>

background-color css

<style>
 a { background-color: #1784BB; }

 a { background-color: rgb(23,132,187); }

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

border-color css

<style>
 span { border-color: #1784BB; }

 span { border-color: rgb(23,132,187); }

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