Html Css Color HEX #1784BE Pelorous

📋 copy color: '#1784BE'

red 23 ◦ green 132 ◦ blue 190

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

Shades of Pelorous #1784BE

Tints of Pelorous #1784BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 55.07%

R = 6.67%
G = 38.26%
B = 55.07%

CMYK

 C value IS 0.88

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1784BE (or 0x1784BE) is known color: Pelorous. HEX triplet: 17, 84 and BE. RGB value is (23,132,190). Sum of RGB (Red+Green+Blue) = 23+132+190=345 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.67% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 190 (74.61% from 255 or 55.07% from 345); Max value from RGB is 190 - color contains mainly: blue. Hex color #1784BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1784BE is #E87B41. Grayscale: #696969. Windows color (decimal): -15235906 or 12485655. OLE color: 12485655.

HSL color Cylindrical-coordinate representation of color #1784BE: hue angle of 200.84º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1784BE is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 23 132 190 -
CMYK 0.88 0.31 0 0.25
HSL 200.84º 0.78% 0.42% -
HSV(B) 200.84º 0.88% 0.75% -
XYZ 17.9 20.4 51.71 -
YUV 106.02 175.39 68.78 -
System Red Green Blue C M Y K H S L
Decimal 23 132 190 0.88 0.31 0 0.25 200.84 0.78 0.42
Hex 17 84 BE 58 1F 0 19 C9 4E 2A
Octal 27 204 276 130 37 0 31 311 116 52
Binary 10111 10000100 10111110 1011000 11111 0 11001 11001001 1001110 101010

Color Harmonies of #1784BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1784BE

Black with #1784BE

Text Example


Text Example

White with #1784BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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