Html Css Color HEX #1F85BA Pelorous

📋 copy color: '#1F85BA'

red 31 ◦ green 133 ◦ blue 186

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

Shades of Pelorous #1F85BA

Tints of Pelorous #1F85BA

RGB

 RED value IS 31 (12.5% from 255) = 8.86%

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

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

R = 8.86%
G = 38%
B = 53.14%

CMYK

 C value IS 0.83

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1F85BA (or 0x1F85BA) is known color: Pelorous. HEX triplet: 1F, 85 and BA. RGB value is (31,133,186). Sum of RGB (Red+Green+Blue) = 31+133+186=350 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.86% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #1F85BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F85BA is #E07A45. Grayscale: #6C6C6C. Windows color (decimal): -14711366 or 12223775. OLE color: 12223775.

HSL color Cylindrical-coordinate representation of color #1F85BA: hue angle of 200.52º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F85BA is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 31 133 186 -
CMYK 0.83 0.28 0 0.27
HSL 200.52º 0.71% 0.43% -
HSV(B) 200.52º 0.83% 0.73% -
XYZ 17.82 20.61 49.49 -
YUV 108.54 171.71 72.69 -
System Red Green Blue C M Y K H S L
Decimal 31 133 186 0.83 0.28 0 0.27 200.52 0.71 0.43
Hex 1F 85 BA 53 1C 0 1B C9 47 2B
Octal 37 205 272 123 34 0 33 311 107 53
Binary 11111 10000101 10111010 1010011 11100 0 11011 11001001 1000111 101011

Color Harmonies of #1F85BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F85BA

Black with #1F85BA

Text Example


Text Example

White with #1F85BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,133,186); }

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

background-color css

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

 a { background-color: rgb(31,133,186); }

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

border-color css

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

 span { border-color: rgb(31,133,186); }

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