Html Css Color HEX #1D85BC Pelorous

📋 copy color: '#1D85BC'

red 29 ◦ green 133 ◦ blue 188

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

Shades of Pelorous #1D85BC

Tints of Pelorous #1D85BC

RGB

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

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

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

R = 8.29%
G = 38%
B = 53.71%

CMYK

 C value IS 0.85

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1D85BC (or 0x1D85BC) is known color: Pelorous. HEX triplet: 1D, 85 and BC. RGB value is (29,133,188). Sum of RGB (Red+Green+Blue) = 29+133+188=350 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.29% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #1D85BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D85BC is #E27A43. Grayscale: #6B6B6B. Windows color (decimal): -14842436 or 12354845. OLE color: 12354845.

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

Color convert

RGB 29 133 188 -
CMYK 0.85 0.29 0 0.26
HSL 200.75º 0.73% 0.43% -
HSV(B) 200.75º 0.85% 0.74% -
XYZ 17.97 20.67 50.62 -
YUV 108.17 173.04 71.53 -
System Red Green Blue C M Y K H S L
Decimal 29 133 188 0.85 0.29 0 0.26 200.75 0.73 0.43
Hex 1D 85 BC 55 1D 0 1A C9 49 2B
Octal 35 205 274 125 35 0 32 311 111 53
Binary 11101 10000101 10111100 1010101 11101 0 11010 11001001 1001001 101011

Color Harmonies of #1D85BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D85BC

Black with #1D85BC

Text Example


Text Example

White with #1D85BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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