#1D84BE

Color #1D84BE Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #1D84BE

Tints of Pelorous #1D84BE

Color information

#1D84BE (or 0x1D84BE) is unknown color: approx Pelorous. HEX triplet: 1D, 84 and BE. RGB value is (29,132,190). Sum of RGB (Red+Green+Blue) = 29+132+190=351 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.26% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #1D84BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D84BE is #E27B41. Grayscale: #6B6B6B. Windows color (decimal): -14842690 or 12485661. OLE color: 12485661.

HSL color Cylindrical-coordinate representation of color #1D84BE: hue angle of 201.61º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D84BE is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB29132190-
CMYK0.850.3100.25
HSL201.61º73.52%42.94%-
HSV(B)201.61º84.74%74.51%-
XYZ18.0520.4851.72-
YUV107.82174.3871.78-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.26%
GREEN value IS 132 (51.95% from 255) = 37.61%
BLUE value IS 190 (74.61% from 255) = 54.13%
R=8.26%
G=37.61%
B=54.13%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal291321900.850.3100.25201.6173.5242.94
Hex1D84BE551F019ca4a2b
Octal352042761253703131211253
Binary111011000010010111110101010111111011001110010101001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D84BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D84BE; }

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

 H1.HeaderClassName
 {
   color: #1D84BE;
 }
 .AnyTagClassName
 {
   color: #1D84BE;
 }
</style>
background-color css

<style>
 a { background-color: #1D84BE; }

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

 div.DivClassName
 {
   background-color: #1D84BE;
 }
 .BgClassName
 {
   background-color: #1D84BE;
 }
</style>
border-color css

<style>
 span { border-color: #1D84BE; }

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

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