Html Css Color HEX #1685BC Pelorous

📋 copy color: '#1685BC'

red 22 ◦ green 133 ◦ blue 188

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

Shades of Pelorous #1685BC

Tints of Pelorous #1685BC

RGB

 RED value IS 22 (8.98% from 255) = 6.41%

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

 BLUE value IS 188 (73.83% from 255) = 54.81%

R = 6.41%
G = 38.78%
B = 54.81%

CMYK

 C value IS 0.88

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1685BC (or 0x1685BC) is known color: Pelorous. HEX triplet: 16, 85 and BC. RGB value is (22,133,188). Sum of RGB (Red+Green+Blue) = 22+133+188=343 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.41% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 188 (73.83% from 255 or 54.81% from 343); Max value from RGB is 188 - color contains mainly: blue. Hex color #1685BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1685BC is #E97A43. Grayscale: #696969. Windows color (decimal): -15301188 or 12354838. OLE color: 12354838.

HSL color Cylindrical-coordinate representation of color #1685BC: hue angle of 199.88º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1685BC is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 22 133 188 -
CMYK 0.88 0.29 0 0.26
HSL 199.88º 0.79% 0.41% -
HSV(B) 199.88º 0.88% 0.74% -
XYZ 17.8 20.58 50.61 -
YUV 106.08 174.23 68.03 -
System Red Green Blue C M Y K H S L
Decimal 22 133 188 0.88 0.29 0 0.26 199.88 0.79 0.41
Hex 16 85 BC 58 1D 0 1A C8 4F 29
Octal 26 205 274 130 35 0 32 310 117 51
Binary 10110 10000101 10111100 1011000 11101 0 11010 11001000 1001111 101001

Color Harmonies of #1685BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1685BC

Black with #1685BC

Text Example


Text Example

White with #1685BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1685BC; }

 p { color: rgb(22,133,188); }

 H1.HeaderClassName
 {
   color: #1685BC;
 }
 .AnyTagClassName
 {
   color: #1685BC;
 }
</style>

background-color css

<style>
 a { background-color: #1685BC; }

 a { background-color: rgb(22,133,188); }

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

border-color css

<style>
 span { border-color: #1685BC; }

 span { border-color: rgb(22,133,188); }

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