Html Css Color HEX #1F88BA Pelorous

📋 copy color: '#1F88BA'

red 31 ◦ green 136 ◦ blue 186

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

Shades of Pelorous #1F88BA

Tints of Pelorous #1F88BA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.53%

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

R = 8.78%
G = 38.53%
B = 52.69%

CMYK

 C value IS 0.83

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1F88BA (or 0x1F88BA) is known color: Pelorous. HEX triplet: 1F, 88 and BA. RGB value is (31,136,186). Sum of RGB (Red+Green+Blue) = 31+136+186=353 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.78% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #1F88BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F88BA is #E07745. Grayscale: #6E6E6E. Windows color (decimal): -14710598 or 12224543. OLE color: 12224543.

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

Color convert

RGB 31 136 186 -
CMYK 0.83 0.27 0 0.27
HSL 199.35º 0.71% 0.43% -
HSV(B) 199.35º 0.83% 0.73% -
XYZ 18.23 21.44 49.63 -
YUV 110.31 170.71 71.43 -
System Red Green Blue C M Y K H S L
Decimal 31 136 186 0.83 0.27 0 0.27 199.35 0.71 0.43
Hex 1F 88 BA 53 1B 0 1B C7 47 2B
Octal 37 210 272 123 33 0 33 307 107 53
Binary 11111 10001000 10111010 1010011 11011 0 11011 11000111 1000111 101011

Color Harmonies of #1F88BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F88BA

Black with #1F88BA

Text Example


Text Example

White with #1F88BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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