Html Css Color HEX #1F80BE Curious Blue

📋 copy color: '#1F80BE'

red 31 ◦ green 128 ◦ blue 190

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

Shades of Curious Blue #1F80BE

Tints of Curious Blue #1F80BE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.68%

 BLUE value IS 190 (74.61% from 255) = 54.44%

R = 8.88%
G = 36.68%
B = 54.44%

CMYK

 C value IS 0.84

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1F80BE (or 0x1F80BE) is known color: Curious Blue. HEX triplet: 1F, 80 and BE. RGB value is (31,128,190). Sum of RGB (Red+Green+Blue) = 31+128+190=349 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.88% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 190 (74.61% from 255 or 54.44% from 349); Max value from RGB is 190 - color contains mainly: blue. Hex color #1F80BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F80BE is #E07F41. Grayscale: #696969. Windows color (decimal): -14712642 or 12484639. OLE color: 12484639.

HSL color Cylindrical-coordinate representation of color #1F80BE: hue angle of 203.4º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F80BE is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 31 128 190 -
CMYK 0.84 0.33 0 0.25
HSL 203.4º 0.72% 0.43% -
HSV(B) 203.4º 0.84% 0.75% -
XYZ 17.58 19.45 51.54 -
YUV 106.07 175.36 74.46 -
System Red Green Blue C M Y K H S L
Decimal 31 128 190 0.84 0.33 0 0.25 203.4 0.72 0.43
Hex 1F 80 BE 54 21 0 19 CB 48 2B
Octal 37 200 276 124 41 0 31 313 110 53
Binary 11111 10000000 10111110 1010100 100001 0 11001 11001011 1001000 101011

Color Harmonies of #1F80BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F80BE

Black with #1F80BE

Text Example


Text Example

White with #1F80BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,128,190); }

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

background-color css

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

 a { background-color: rgb(31,128,190); }

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

border-color css

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

 span { border-color: rgb(31,128,190); }

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