Html Css Color HEX #1D85B4 Pelorous

📋 copy color: '#1D85B4'

red 29 ◦ green 133 ◦ blue 180

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

Shades of Pelorous #1D85B4

Tints of Pelorous #1D85B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 52.63%

R = 8.48%
G = 38.89%
B = 52.63%

CMYK

 C value IS 0.84

 M value IS 0.26

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#1D85B4 (or 0x1D85B4) is known color: Pelorous. HEX triplet: 1D, 85 and B4. RGB value is (29,133,180). Sum of RGB (Red+Green+Blue) = 29+133+180=342 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.48% from 342); Green value is 133 (52.34% from 255 or 38.89% from 342); Blue value is 180 (70.70% from 255 or 52.63% from 342); Max value from RGB is 180 - color contains mainly: blue. Hex color #1D85B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D85B4 is #E27A4B. Grayscale: #6A6A6A. Windows color (decimal): -14842444 or 11830557. OLE color: 11830557.

HSL color Cylindrical-coordinate representation of color #1D85B4: hue angle of 198.68º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D85B4 is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 29 133 180 -
CMYK 0.84 0.26 0 0.29
HSL 198.68º 0.72% 0.41% -
HSV(B) 198.68º 0.84% 0.71% -
XYZ 17.13 20.33 46.2 -
YUV 107.26 169.04 72.18 -
System Red Green Blue C M Y K H S L
Decimal 29 133 180 0.84 0.26 0 0.29 198.68 0.72 0.41
Hex 1D 85 B4 54 1A 0 1D C7 48 29
Octal 35 205 264 124 32 0 35 307 110 51
Binary 11101 10000101 10110100 1010100 11010 0 11101 11000111 1001000 101001

Color Harmonies of #1D85B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D85B4

Black with #1D85B4

Text Example


Text Example

White with #1D85B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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