Html Css Color HEX #1D84BB Pelorous

📋 copy color: '#1D84BB'

red 29 ◦ green 132 ◦ blue 187

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

Shades of Pelorous #1D84BB

Tints of Pelorous #1D84BB

RGB

 RED value IS 29 (11.72% from 255) = 8.33%

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

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

R = 8.33%
G = 37.93%
B = 53.74%

CMYK

 C value IS 0.84

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1D84BB (or 0x1D84BB) is known color: Pelorous. HEX triplet: 1D, 84 and BB. RGB value is (29,132,187). Sum of RGB (Red+Green+Blue) = 29+132+187=348 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.33% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 187 (73.44% from 255 or 53.74% from 348); Max value from RGB is 187 - color contains mainly: blue. Hex color #1D84BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D84BB is #E27B44. Grayscale: #6B6B6B. Windows color (decimal): -14842693 or 12289053. OLE color: 12289053.

HSL color Cylindrical-coordinate representation of color #1D84BB: hue angle of 200.89º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D84BB is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 29 132 187 -
CMYK 0.84 0.29 0 0.27
HSL 200.89º 0.73% 0.42% -
HSV(B) 200.89º 0.84% 0.73% -
XYZ 17.73 20.35 50.01 -
YUV 107.47 172.88 72.03 -
System Red Green Blue C M Y K H S L
Decimal 29 132 187 0.84 0.29 0 0.27 200.89 0.73 0.42
Hex 1D 84 BB 54 1D 0 1B C9 49 2A
Octal 35 204 273 124 35 0 33 311 111 52
Binary 11101 10000100 10111011 1010100 11101 0 11011 11001001 1001001 101010

Color Harmonies of #1D84BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D84BB

Black with #1D84BB

Text Example


Text Example

White with #1D84BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D84BB;
 }
 .AnyTagClassName
 {
   color: #1D84BB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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