Html Css Color HEX #1785BE Pelorous

📋 copy color: '#1785BE'

red 23 ◦ green 133 ◦ blue 190

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

Shades of Pelorous #1785BE

Tints of Pelorous #1785BE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.44%

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

R = 6.65%
G = 38.44%
B = 54.91%

CMYK

 C value IS 0.88

 M value IS 0.3

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1785BE (or 0x1785BE) is known color: Pelorous. HEX triplet: 17, 85 and BE. RGB value is (23,133,190). Sum of RGB (Red+Green+Blue) = 23+133+190=346 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.65% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 190 (74.61% from 255 or 54.91% from 346); Max value from RGB is 190 - color contains mainly: blue. Hex color #1785BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1785BE is #E87A41. Grayscale: #6A6A6A. Windows color (decimal): -15235650 or 12485911. OLE color: 12485911.

HSL color Cylindrical-coordinate representation of color #1785BE: hue angle of 200.48º 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 #1785BE is Cyan = 0.88, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 23 133 190 -
CMYK 0.88 0.3 0 0.25
HSL 200.48º 0.78% 0.42% -
HSV(B) 200.48º 0.88% 0.75% -
XYZ 18.04 20.67 51.76 -
YUV 106.61 175.06 68.37 -
System Red Green Blue C M Y K H S L
Decimal 23 133 190 0.88 0.3 0 0.25 200.48 0.78 0.42
Hex 17 85 BE 58 1E 0 19 C8 4E 2A
Octal 27 205 276 130 36 0 31 310 116 52
Binary 10111 10000101 10111110 1011000 11110 0 11001 11001000 1001110 101010

Color Harmonies of #1785BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1785BE

Black with #1785BE

Text Example


Text Example

White with #1785BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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