Html Css Color HEX #1D8CBA Pelorous

📋 copy color: '#1D8CBA'

red 29 ◦ green 140 ◦ blue 186

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

Shades of Pelorous #1D8CBA

Tints of Pelorous #1D8CBA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.44%

 BLUE value IS 186 (73.05% from 255) = 52.39%

R = 8.17%
G = 39.44%
B = 52.39%

CMYK

 C value IS 0.84

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1D8CBA (or 0x1D8CBA) is known color: Pelorous. HEX triplet: 1D, 8C and BA. RGB value is (29,140,186). Sum of RGB (Red+Green+Blue) = 29+140+186=355 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.17% from 355); Green value is 140 (55.08% from 255 or 39.44% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #1D8CBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D8CBA is #E27345. Grayscale: #6F6F6F. Windows color (decimal): -14840646 or 12225565. OLE color: 12225565.

HSL color Cylindrical-coordinate representation of color #1D8CBA: hue angle of 197.58º 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 #1D8CBA is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 29 140 186 -
CMYK 0.84 0.25 0 0.27
HSL 197.58º 0.73% 0.42% -
HSV(B) 197.58º 0.84% 0.73% -
XYZ 18.75 22.56 49.82 -
YUV 112.06 169.73 68.76 -
System Red Green Blue C M Y K H S L
Decimal 29 140 186 0.84 0.25 0 0.27 197.58 0.73 0.42
Hex 1D 8C BA 54 19 0 1B C6 49 2A
Octal 35 214 272 124 31 0 33 306 111 52
Binary 11101 10001100 10111010 1010100 11001 0 11011 11000110 1001001 101010

Color Harmonies of #1D8CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D8CBA

Black with #1D8CBA

Text Example


Text Example

White with #1D8CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,140,186); }

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

background-color css

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

 a { background-color: rgb(29,140,186); }

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

border-color css

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

 span { border-color: rgb(29,140,186); }

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