Html Css Color HEX #1F81BE Curious Blue

📋 copy color: '#1F81BE'

red 31 ◦ green 129 ◦ blue 190

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

Shades of Curious Blue #1F81BE

Tints of Curious Blue #1F81BE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.86%

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

R = 8.86%
G = 36.86%
B = 54.29%

CMYK

 C value IS 0.84

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1F81BE (or 0x1F81BE) is known color: Curious Blue. HEX triplet: 1F, 81 and BE. RGB value is (31,129,190). Sum of RGB (Red+Green+Blue) = 31+129+190=350 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.86% from 350); Green value is 129 (50.78% from 255 or 36.86% from 350); Blue value is 190 (74.61% from 255 or 54.29% from 350); Max value from RGB is 190 - color contains mainly: blue. Hex color #1F81BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F81BE is #E07E41. Grayscale: #6A6A6A. Windows color (decimal): -14712386 or 12484895. OLE color: 12484895.

HSL color Cylindrical-coordinate representation of color #1F81BE: hue angle of 203.02º 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 #1F81BE is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 31 129 190 -
CMYK 0.84 0.32 0 0.25
HSL 203.02º 0.72% 0.43% -
HSV(B) 203.02º 0.84% 0.75% -
XYZ 17.71 19.71 51.59 -
YUV 106.65 175.03 74.04 -
System Red Green Blue C M Y K H S L
Decimal 31 129 190 0.84 0.32 0 0.25 203.02 0.72 0.43
Hex 1F 81 BE 54 20 0 19 CB 48 2B
Octal 37 201 276 124 40 0 31 313 110 53
Binary 11111 10000001 10111110 1010100 100000 0 11001 11001011 1001000 101011

Color Harmonies of #1F81BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F81BE

Black with #1F81BE

Text Example


Text Example

White with #1F81BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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