Html Css Color HEX #1F80BD Curious Blue

📋 copy color: '#1F80BD'

red 31 ◦ green 128 ◦ blue 189

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

Shades of Curious Blue #1F80BD

Tints of Curious Blue #1F80BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 54.31%

R = 8.91%
G = 36.78%
B = 54.31%

CMYK

 C value IS 0.84

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1F80BD (or 0x1F80BD) is known color: Curious Blue. HEX triplet: 1F, 80 and BD. RGB value is (31,128,189). Sum of RGB (Red+Green+Blue) = 31+128+189=348 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.91% from 348); Green value is 128 (50.39% from 255 or 36.78% from 348); Blue value is 189 (74.22% from 255 or 54.31% from 348); Max value from RGB is 189 - color contains mainly: blue. Hex color #1F80BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F80BD is #E07F42. Grayscale: #696969. Windows color (decimal): -14712643 or 12419103. OLE color: 12419103.

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

Color convert

RGB 31 128 189 -
CMYK 0.84 0.32 0 0.26
HSL 203.16º 0.72% 0.43% -
HSV(B) 203.16º 0.84% 0.74% -
XYZ 17.47 19.4 50.97 -
YUV 105.95 174.86 74.54 -
System Red Green Blue C M Y K H S L
Decimal 31 128 189 0.84 0.32 0 0.26 203.16 0.72 0.43
Hex 1F 80 BD 54 20 0 1A CB 48 2B
Octal 37 200 275 124 40 0 32 313 110 53
Binary 11111 10000000 10111101 1010100 100000 0 11010 11001011 1001000 101011

Color Harmonies of #1F80BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F80BD

Black with #1F80BD

Text Example


Text Example

White with #1F80BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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