Html Css Color HEX #1F96CB Pelorous

📋 copy color: '#1F96CB'

red 31 ◦ green 150 ◦ blue 203

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

Shades of Pelorous #1F96CB

Tints of Pelorous #1F96CB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.06%

 BLUE value IS 203 (79.69% from 255) = 52.86%

R = 8.07%
G = 39.06%
B = 52.86%

CMYK

 C value IS 0.85

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1F96CB (or 0x1F96CB) is known color: Pelorous. HEX triplet: 1F, 96 and CB. RGB value is (31,150,203). Sum of RGB (Red+Green+Blue) = 31+150+203=384 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.07% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #1F96CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F96CB is #E06934. Grayscale: #787878. Windows color (decimal): -14706997 or 13342239. OLE color: 13342239.

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

Color convert

RGB 31 150 203 -
CMYK 0.85 0.26 0 0.20
HSL 198.49º 0.74% 0.46% -
HSV(B) 198.49º 0.85% 0.8% -
XYZ 22.25 26.42 60.43 -
YUV 120.46 174.58 64.19 -
System Red Green Blue C M Y K H S L
Decimal 31 150 203 0.85 0.26 0 0.20 198.49 0.74 0.46
Hex 1F 96 CB 55 1A 0 14 C6 4A 2E
Octal 37 226 313 125 32 0 24 306 112 56
Binary 11111 10010110 11001011 1010101 11010 0 10100 11000110 1001010 101110

Color Harmonies of #1F96CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F96CB

Black with #1F96CB

Text Example


Text Example

White with #1F96CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,150,203); }

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

background-color css

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

 a { background-color: rgb(31,150,203); }

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

border-color css

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

 span { border-color: rgb(31,150,203); }

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