Html Css Color HEX #1F88C8 Pelorous

📋 copy color: '#1F88C8'

red 31 ◦ green 136 ◦ blue 200

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

Shades of Pelorous #1F88C8

Tints of Pelorous #1F88C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 54.5%

R = 8.45%
G = 37.06%
B = 54.5%

CMYK

 C value IS 0.84

 M value IS 0.32

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#1F88C8 (or 0x1F88C8) is known color: Pelorous. HEX triplet: 1F, 88 and C8. RGB value is (31,136,200). Sum of RGB (Red+Green+Blue) = 31+136+200=367 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.45% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 200 (78.52% from 255 or 54.50% from 367); Max value from RGB is 200 - color contains mainly: blue. Hex color #1F88C8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F88C8 is #E07737. Grayscale: #6F6F6F. Windows color (decimal): -14710584 or 13142047. OLE color: 13142047.

HSL color Cylindrical-coordinate representation of color #1F88C8: hue angle of 202.72º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F88C8 is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 31 136 200 -
CMYK 0.84 0.32 0 0.22
HSL 202.72º 0.73% 0.45% -
HSV(B) 202.72º 0.85% 0.78% -
XYZ 19.79 22.07 57.86 -
YUV 111.9 177.71 70.3 -
System Red Green Blue C M Y K H S L
Decimal 31 136 200 0.84 0.32 0 0.22 202.72 0.73 0.45
Hex 1F 88 C8 54 20 0 16 CB 49 2D
Octal 37 210 310 124 40 0 26 313 111 55
Binary 11111 10001000 11001000 1010100 100000 0 10110 11001011 1001001 101101

Color Harmonies of #1F88C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F88C8

Black with #1F88C8

Text Example


Text Example

White with #1F88C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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